Forum Moderators: not2easy
On another, even more important note, is there a CSS way to get these tooltips to work again?
Anyhoo... you could always try the title attribute - this should work with all HTML elements giving you the attributes contents as a tooltip on mouse over. i.e:
<a href="blahblah" title="Click here to go to blahblah">blahblah</a>. It is part of the W3Cs recommendations and it's supported in IE5+, and NN6 as far as I know (probably Opera too at a guess).
Normally the title attribute doesn't work in <img> tags as you're supposed to use the alt attribute - you might want to try it though.
heres a title tool tip (mouse over link): a title tooltip [webmasterworld.com]
My ie6 shows alt tags. Must be a config setting?