On Tue, 10 Jun 2008 13:36:45 -0500, Nancy E. Sosna Bohm wrote:
> This pure-css popup works in FireFox, but not IE.
> http://tinyurl.com/6xkooa
>
> [code snipped]
>
> When you mouse over the word "roughly," the footnote-ish text pops up. Why 
> doesn't it
> work in IE?
>

I *think* that IE needs an extra boost to make it notice the "hover."
Try adding a rule like this:

div#popup a:hover {
    background-position: 0 0;
}

More about this here:
http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp

Cordially,
David
--

______________________________________________________________________
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