>> In IE7 the dropdown hangs (stays open) if mouse-pointer is moved anyway
>> but straight upwards, and as the image... >> <http://www.gunlaug.no/tos/alien/ev/ev-ie7.png> >> ...shows the list-items in the dropdown don't line up properly in IE7. > >> regards >> Georg > > > IE7 needs a kick along as the current CSS stands to align the menu items > correctly. > > > *:first-child+html #main-nav li ul#sub-nav li { > float: none; > } > > *:first-child+html #main-nav LI UL#sub-nav A { > display: inline-block; > } Alan, this sounds like alot of extra code and is this a hack? Shouldn't #main-nav li ul#sub-nav li {float: none;} suffice? I added float none to the rule. Can you be so kind and check it to see if that does it. I just don't believe in adding extra code if not really necessary. Thanks! Elli Vizcaino Web Designer & Developer http://www.E7Flux.com The Best Compliment We Can Receive Is A Referral! ______________________________________________________________________ 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/
