Forums

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

Home Forums JavaScript Anything Slider problems – Video controls and mouseover/highlight/link trouble Re: Anything Slider problems – Video controls and mouseover/highlight/link trouble

#108385
Mottie
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; */
}