IE7 Absolute positioning issue

Hi Guys,

I have a website (http://www.whickhamschool.org/about-us/), all is fine is the browser tests apart from IE7 of which the orange sub menu does not appear.

It is originally within the main menu, but I have removed it from here by absolutely positioning it.

After 1 day of solidly trying to figure it out, this could be the first time IE7 has got me!

Any help is greatly appreciated!

Thanks in advance,

Dave

Hi,

IE7 doesn’t really like that structure but try this:


*+html div#school_pages_inner ul#menu-main-menu li{
		overflow:visible!important;
		position:static;
}
*+html div#school_pages_inner ul#menu-main-menu li li{margin-bottom:1px}