treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Anything Slider Problem

  • So I never noticed this but anything slider is behaving very strangely in IE8. It is located at the bottom of my page and it is automatically scrolling down each time it changes slides. Does anyone know why this is? I designed this site about six months ago. It's at www.mtrservices.com Thanks.
  • True taking out the hash tags.
    hashTags: false,
  • I already have hashTags set to false. These are my settings.

            jQuery(function ($) {

    $('.anythingSlider').anythingSlider({
    easing: "easeInOutExpo",
    autoPlay: true,
    delay: 9000,
    startStopped: false,
    animationTime: 900,
    hashTags: false,
    buildNavigation: true,
    pauseOnHover: true,
    startText: "Go",
    stopText: "Stop",
    navigationFormatter: formatText
    });

    jQuery("#slide-jump").click(function($){
    $('.anythingSlider').anythingSlider(6);
    });

    });