Announcement
Collapse
No announcement yet.
Drop downs go behind slideshow in IE8?
Collapse
X
-
I don't have IE8 to test on, but I can imagine that the positioning used on the slider *might* be to blame. If so, it ought to be an easy fix. Try adding this to the CSS and have your client (clear his cache first and then) view the page again to see if the issue remains:
Code:#header{position:relative;z-index:2;} #DDSliderCont{z-index:1;}
The object of opening the mind, as of opening the mouth, is to shut it again on something solid. –G.K. Chesterton
See Mediocrity in its Infancy
It's usually a good idea to start out with this at the VERY TOP of your CSS:* {border:0;margin:0;padding:0;}
Seek and you shall find... basically: validate your markup | view your page cross-browser/cross-platform | free web tutorials | free hosting
-
Comment