> (Let's try this response again...it bounced for some reason...)

Same here, my reply from yesterday didn't makem it...

>>> However, in IE6 and below, the rollover works, but gets 'stuck'. It
>>> doesn't revert back when you 'unhover'. What's even odder is that once
>>> they are stuck, if you just resize the browser slightly, they then
>>> become unstuck.

...

>> Try this:
>> #navWrapper li a:hover {background:50% 50%}

> Hey Thierry...you show up everywhere!

> And, wow! That's it. Seems to fix it just fine.

> OK, follow-up bonus-points challenge...can anyone explain WHY that fixes
> the issue? (either way, THANKS!)

For CSS popups to work properly in IE lte 6, you need to style the A element
with :hover too. 
Note that the fix is not the background property, as using "border" would
work as well.

-- 
Regards,
Thierry | http://www.TJKDesign.com




______________________________________________________________________
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