Search code examples
jqueryhtmlcssanythingslider

slider doesnt work in IE8


Im using AnythingSlider for my slider - However, in IE8 it doesnt slide between the 3 slides i've got, cant quite figure out why ? The site is here


Solution

  • It looks like you're missing the latest changes to the css file that were added with the fade mode option (ref)

    /* fade mode */
    .anythingSlider .fade .panel {
        float: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
    }
    /* fade mode active page - visible & on top */
    .anythingSlider .fade .activePage {
        z-index: 1;
    }