I'd like to know if it's possible to force a newline to show in the tooltip when using title property of a TD. something like
<td title="lineone \n linetwo \n etc...">
Can this be done?
|
1
|
I'd like to know if it's possible to force a newline to show in the tooltip when using title property of a TD. something like
Can this be done?
|
|||
|
|
|
|
Works with IE but not FF. Try a Javascript Tooltip library for a better result, something like OverLib |
|||
|
|
|
|
I use the jQuery clueTip plugin for this. |
||
|
|
|
|
If you're looking to put line breaks into the tooltip that appears on mouseover, there's no reliable crossbrowser way to do that. You'd have to fall back to one of the many Javascript tooltip code samples |
||
|
|
|
|
This should be ok, but is IE specific:
As others have mentioned, the only other way is to use and HTML + JavaScript based tooltip if your only interested in the tooltip. If this is for accessibility then you will probably need to stick to just single lines for consistancy. |
||||||||||
|