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

add1sun’s picture

Status: Active » Closed (fixed)

Working fine for me on the site in FF. Assuming this got fixed....

jeremymcminn’s picture

Has anyone else had this problem? I also have tried with z-index, but it still sits right behind it. Any help would be appreciated.

carbonomedia’s picture

Jonnnny 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;
}

bomarmonk’s picture

I 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.

henkit’s picture

Do 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.

RoastBeats’s picture

Had 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.

paultrotter50’s picture

paultrotter50’s picture

my mistake - please delete this post

Tim_MA’s picture

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

nunofgc’s picture

Ty mate for the help, you have save my day :) cheers