Home › Forums › JavaScript › Anything Slider problems – Video controls and mouseover/highlight/link trouble › Re: Anything Slider problems – Video controls and mouseover/highlight/link trouble
August 23, 2012 at 6:27 pm
#108385
Member
Hi adjmedia!
I looked at your css and I noticed that the z-index was commented out… restore the z-index and the current panel will be positioned on top of all of the other slides:
.anythingSlider .fade .activePage {
opacity: 1;
filter: alpha(opacity=100);
/* z-index:2; */
}