简体   繁体   中英

CSS drop down positioning problems in IE7

I've been trying to figure this out all morning and I just can't get anywhere with it.

I'm working on this website for a client and the dropdown menu just will not position properly in IE7. I have it working in everything else (even IE6!) but IE7 just will not play ball.

If there is anyone that could help that would be awesome!

The page(s) are at http://adriantrimble.com/mbf

Correct http://adriantrimble.com/correct.jpg

IE7 http://adriantrimble.com/ie7.jpg

Any help would be greatly appreciated!

Thanks,

Adrian

Maybe you could try changing the subnav class so that the 'top' declaration has an actual number value instead of just 'auto'

So maybe something like this...

.subnav { left:auto; top:59px; }

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