Ben Fider on 9 December 2007 19:07
> Hello,
>
> This menu seems to work fine in all new browsers that I've tested with,
> except IE7. The nested lists don't seem to get repositioned correctly when
> not hovered, and they all are in the same location, as if they were all
> nested within the top-most list item.
>
> I would appreciate any help. Thank you.
Any version of IE is "funky." To fix your bug [1], either change your left offset from ems to
percent or give li:hover an additional rule.
#nav li:hover {
background-position:0% 0%;
}
[1] <http://css-class.com/articles/explorer/sticky/>
Alan
http://css-class.com/
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
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/