http://onwebdev.blogspot.com/2010/12/pure-css-tooltips.html

the good news is that Opera 10 has fixed its problem with this kind of solution. :-)

Make the tooltip's top-position "self-adjusting"...

a.tooltip:hover span {
  display: block;
  position: absolute;
  top: 100%;
  left: 5px;}

...and not even I will have much problems with it. ;-)

regards

        Georg
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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