Forum Moderators: not2easy
<span title="This is a CSS tool-tip" style="cursor: help;">Hover Here</span> Another example that will place a dotted line under your words:
<span title="This is another CSS tool-tip" style="cursor: help; border-bottom: 1px dashed #000000;">Another Example</span> It can be done with css only.
You can make the text for your tool-tips pretty long and most browsers will still show them. Firefox is the only browser (as far as I can tell) that truncates the tool-tip to a shortened length. The other browsers I have tested will display a much longer tool-tip although I am sure they have a maximum limit too. I have tested these tool-tips in IE, Firefox, Opera, and Konquerer. Please let me know how they work in other browsers specifically if there is a problem.
If you google css curser tool tipYou will find many on there to help you out. I would suggest reading a good amount of them as I am sure there are some other examples. I just picked out the first one to show that with CSS just about anything and everything can be accomplished.