Forums

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

Home Forums JavaScript Anything Slider Problem

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #31053

    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 http://www.mtrservices.com Thanks.

    #69367
    jamygolden
    Member

    True taking out the hash tags.

    hashTags: false,
    #68952

    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);
    });

    });
Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.