I am using this module to create a slideshow on my homepage: http://drupal.org/project/views_nivo_slider
See issue in action here: www.balletwest.org
After the first slide shows and only in FF, the menus disappear behind the slideshow. Surprisingly, the menus show up just fine in IE!
I have tried adjusting the z-index with no change.
Any help is much appreciated!
Comments
Comment #1
add1sun commentedWorking fine for me on the site in FF. Assuming this got fixed....
Comment #2
jeremymcminn commentedHas anyone else had this problem? I also have tried with z-index, but it still sits right behind it. Any help would be appreciated.
Comment #3
carbonomedia commentedJonnnny boy... was having some drama with this with nivo slider.... I managed to work it out by putting a negative z-index on the nivo container, seemed to push it behind... yeoooooow!!!
.nivoSlider {
z-index:-99;
}
Comment #4
bomarmonk commentedI tried the z-index fix, but it made the slider disappear entirely (I put this change in the custom-nivo-slider.css file). I am having this same issue currently with the latest development version.
Comment #5
henkit commentedDo you have the slider in a div with background color set or background image? Try also setting te z-index for that layer...or remove background color from layer for testing.
Comment #6
RoastBeats commentedHad the same problem here. Granted this was related to my specific template, but I fixed it pretty easily by giving the div with the Header (and the nav bar) a z-index of 999.
Comment #7
paultrotter50 commentedComment #8
paultrotter50 commentedmy mistake - please delete this post
Comment #9
Tim_MA commented.nivoSlider {
z-index:-99;
}
This fix is nearly there, as people have said at -99 it disappears. However if you change it to 0 it works like a charm.
Comment #10
nunofgc commentedTy mate for the help, you have save my day :) cheers