In IE8 the menu div main-navigation-wrapper pushes down into the blue slider image.
Does anyone know why that is? I tried adding this to the IE7 style sheet, but I'm assuming that only works for IE7?
div#main-superfish-wrapper{ margin-left: 0; padding:0;}
Edit: this is the site in question http://bit.ly/ZgawU6
Digging deeper into the problem, I found this link: How does one target IE7 and IE8 with valid CSS?
The offending div seems to actually be main-navigation-wrapper (I think...)
So in theory if I add this to my main style.css file, it should work?
.ie ie8 main-navigation-wrapper{ margin-left: 0; padding:0; z-index:999;}