简体   繁体   中英

IE7 Rollover Navigation Blocks Disappear When Mousing Over Content

During browser testing at: http://www.interiorsolutions.uk.com

The top navigation includes rollover navigation for building services, exterior services and commercial. The navigation is CSS triggered on hover of the links and works in all browsers.

In IE7 when the mouse pointer moves past the second link the navigation dissappears. All z-indexes are set appropriately and even when commenting out content further down the same behaviour is exhibited.

Any ideas would be great?

Change

#masthead nav ul #nav-service ul li
{
    text-align:left !important;
    float:none !important;
}

to

#masthead nav ul #nav-service ul li
{
    text-align:left !important;
    clear:both;
    width:100%;
}

and see if that fixes it

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM