when menu is drop-down, Slideshow covers menu in IE8(in firefox,chrome is ok). Why?
in Demo page is OK in IE8

Comments

devsaran’s picture

Status: Active » Closed (works as designed)

I have tested in all browser..
It works fine..

trybik’s picture

ok, i found a solution.
in style.css i added:

#header {
z-index:2;

#slider { z-index:1;

Now it works perfectly

guitarma’s picture

Hi, 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.

devsaran’s picture

Version: 7.x-1.3 » 7.x-1.5

This Issue is fixed in 7.x-1.5

guitarma’s picture

Thank you, I'll update my version.