Topic: Title Attribute Image Hover Effect
Silly little question:
How do you get a tooltip effect - the title attribute working in this code I have. It's in an xml and I wanted it to show some text - but only when I hover over it!
Is it something I need to set in the .css?
Basically I need it to show what type of file it is when I hover over it: I'd input something like: Rapidshare RAR or Mediafire ZIP
<cell><![CDATA[ <a href="http://rapidshare.com/files/173512098/divx_bbcode_punbb.rar" target="_blank"><img src="http://keydogbb.info/img/new_images/Download.png"></a><a href="http://rapidshare.com/files/183124418/divx_bbcode_punbb.rar" target="_blank"><img src="http://keydogbb.info/img/new_images/Download.png"></a> ]]></cell>
Thanks for any tips...