Re: [css-d] pure css a:hover based tooltips problems in ie5.5/6

2008-03-20 Thread David Hucklesby
On Thu, 20 Mar 2008 20:42:43 + (GMT), Jack Armley wrote: [...] > 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: > > click here for tooltiptooltip text > > > //css: >

Re: [css-d] pure css a:hover based tooltips problems in ie5.5/6

2008-03-20 Thread Geoffrey Hoffman
It may confuse some because "built-in tooltips" show up for content in the title tag. What you are referring to is a problem whereby in IE, the :hover pseudo class only works on a few elements... anchors (a:hover) being the most obvious where it does work, list items (li:hover) being the most obvi

[css-d] pure css a:hover based tooltips problems in ie5.5/6

2008-03-20 Thread Jack Armley
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: click here for tooltiptooltip text //cs