I use \n to create a linebreak in web tooltip. This works in IE and in Chrome. But Firefox ignores it.
What will work universally as linebreak character in tooltip? Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Update: This has been cleared up in HTML5 using the title attribute. Now Firefox 12 supports it. Try this:
Bad news: Firefox does not line break tooltips. This is actually a non-standard html extension, ie a bug in MSIE that may cause problem with certain pages.
See this bug on the firefox issue tracker.