The superfish dropdown menu drops down behind content in IE.
I've looked through the forums and have tried a variety of z-index changes to get it to show. Nothing so far has worked.
Any suggestions would be great!
The superfish dropdown menu drops down behind content in IE.
I've looked through the forums and have tried a variety of z-index changes to get it to show. Nothing so far has worked.
Any suggestions would be great!
this works out of the box. so you've done something in adding your styles. i'd go back to scratch and re-add your styles piece by piece. doesn't sound like fun, but sure isn't any worse than trying to debug why internet explorer is a heaping pile of shit. i just wasted all morning on IE menu issues myself... so a little bitter here
lol, no kidding...
all righty back to the drawing board
Thanks
Update... OK, I stripped my styles from the menu. So, it's back to Thematic default. And it's still not showing up in IE...
So, perhaps it's the background images?
still working on it....
Found it!
filter: progid :DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#d7eef8, endColorstr=#ebf6fb);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#d7eef8, endColorstr=#ebf6fb)";
background-color: #d7eef8;
background-image: url(../images/fallback-gradient.png);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d7eef8), to(#ebf6fb));
background-image: -webkit-linear-gradient(top, #d7eef8, #ebf6fb);
background-image: -moz-linear-gradient(top, #d7eef8, #ebf6fb);
background-image: -ms-linear-gradient(top, #d7eef8, #ebf6fb);
background-image: -o-linear-gradient(top, #d7eef8, #ebf6fb);
I was using this to create a gradient background for #header. It caused the drop-down to break!
wish i had thought to mention that. i ran across a comment in my stylesheet about how filter kills the drop-downs somehow. eff IE. seriously hate that shit.
This topic has been closed to new replies.