Results 1 to 3 of 3

Thread: Help me with the content slider please

  1. #1
    Join Date
    Jan 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Help me with the content slider please

    1) Script Title:
    FeatureContentSlider
    2) Script URL (on DD):
    http://www.dynamicdrive.com/dynamici...tentslider.htm
    3) Describe problem:
    I want the content slider to keep moving all the time, i dont want it to stop when someone clicks one i just want it to continue moving..

    Anyone know how i can do this i really need it?

  2. #2
    Join Date
    Jan 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Someone help please

  3. #3
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Hi:
    Try removing the below lines from the .js file:

    Code:
    	paginatediv.onclick=function(){ //cancel auto run sequence (if defined) when user clicks on pagination DIV
    	if (typeof window[sliderid+"timer"]!="undefined")
    		clearTimeout(window[sliderid+"timer"])
    	}

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •