On 12/09/2011 4:33 PM, "G.Sørtun" wrote:
On 12.09.2011 05:45, Elli Vizcaino wrote:
I would greatly appreciate it, if a number of you would take a look
at this site http://e7flux.com/dfd/ and hover on the word "About" in
the nav.

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 Gresley
http://css-3d.org/
http://css-class.com/
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
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