Home › Forums › CSS › Conflict between Expanding Menu and Slider Nav › Re: Conflict between Expanding Menu and Slider Nav
May 16, 2013 at 6:05 pm
#135359
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