Hey, the site we’re developing is currently self destructing in IE6 / IE7.
In IE7, our jQuery / SuperFish based MegaMenu is hidden behind the CodaSlider project browser. Z-Index has not resolved this. Have exhausted ideas on how to resolve it.
In IE6 it looks like there’s something too big and pushing the menu wide. I didn’t have time to check all the measurements but you can probably just hide the overflow instead.
e.g.
* html .sf-menu li li{overflow:hidden}
* html .sf-menu li li li {overflow:visible}