Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Conflict between Expanding Menu and Slider Nav Re: Conflict between Expanding Menu and Slider Nav

#135359
pixelgrid
Participant

your slider arrows for some reason have a z index of 1000 and if its lower than 3 they disappear

change the z-index from

div.slider-nav span{
z-index:3;
}

and z index from first expanding menu to something bigger than 3

#tb1{
z-index:5
}

note that you will have to change the last menu item too if you want it to expand