Hello!

I hope I am posting correctly, as I know there are definate ground rules! Just 
wondering if anybody knows a fix for ie 5.5/6 in regards to css-only tooltips. 
They sidplay ok in firefox/ie7etc, but not at all in ie. The code is like this:

//html:

<a href="">click here for tooltip<span class="tooltip">tooltip text</span></a>


//css:

a{position:relative;}

a span.tooltip{display:none; position:absolute; left:50%; top:0; width:8em;}
a:hover span.tooltip, a:active span.tooltip{display:block;}


that's it I guess! would be great if someone out there has a fix!

Thankyou,

Jack




      ___________________________________________________________ 
Rise to the challenge for Sport Relief with Yahoo! For Good  

http://uk.promotions.yahoo.com/forgood/
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to