Closed (works as designed)
Project:
Business
Version:
7.x-1.5
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
22 Mar 2012 at 09:09 UTC
Updated:
3 Apr 2012 at 18:13 UTC
when menu is drop-down, Slideshow covers menu in IE8(in firefox,chrome is ok). Why?
in Demo page is OK in IE8
Comments
Comment #1
devsaran commentedI have tested in all browser..
It works fine..
Comment #2
trybik commentedok, i found a solution.
in style.css i added:
#header {
z-index:2;
#slider { z-index:1;
Now it works perfectly
Comment #3
guitarma commentedHi, I am still having issues in IE8. Would this be the correct way to add the css (closing the tags):
#header {
z-index:2;
}
#slider { z-index:1;}
If so, it's still not working for me. I can only get the menus to drop in front of the slideshow if I have IE8 in Compatability View. And then, the dropdowns don't work when you hover over them, they disappear.
Comment #4
devsaran commentedThis Issue is fixed in 7.x-1.5
Comment #5
guitarma commentedThank you, I'll update my version.