Adrian Trimble
Adrian Trimble

Reputation: 259

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

Upvotes: 0

Views: 547

Answers (1)

Sir David of Lee
Sir David of Lee

Reputation: 473

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; }

Upvotes: 2

Related Questions