Results 1 to 5 of 5

Thread: Featured Content Slider v2.4 resume sliding after click

  1. #1
    Join Date
    Aug 2010
    Posts
    7
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Featured Content Slider v2.4 resume sliding after click

    1) Script Title: Featured Content Slider v2.4

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...tentslider.htm

    3) Describe problem: Is it possible to have the the slider resume after the user clicks on a number? I'm trying to reproduce the behavior of the flash movie at the bottom left of this page: http://www.goucher.edu/ After you click on a number, it jumps to that content, then resumes playing. Is this possible w/ this script? How can this be done?

    Or if you mouse over the number, can it pause on that slide until you mouse off then resume playing?

  2. #2
    Join Date
    Dec 2008
    Location
    Portsmouth, UK
    Posts
    1,891
    Thanks
    2
    Thanked 441 Times in 435 Posts

    Default

    I cant figger that script but see attachment
    Vic
    God Loves You and will never love you less.
    http://www.vicsjavascripts.org/Home.htm
    If my post has been useful please donate to http://www.operationsmile.org.uk/

  3. #3
    Join Date
    Aug 2010
    Posts
    7
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Thanks Vic. That's just what I need it to do. I don't know if there's a way to change the cursor to the pointing finger, but that's just a minor issue. Thanks for sharing your code. J

  4. #4
    Join Date
    Dec 2008
    Location
    Portsmouth, UK
    Posts
    1,891
    Thanks
    2
    Thanked 441 Times in 435 Posts

    Default

    Code:
    .default {
      width:15px;height:15px;background-Color:#FFFFCC;float:left;
      margin-Right:5px;border:solid #FF3300 1px;font-Size:12px;text-Align:center;cursor:pointer;
    }
    Vic
    God Loves You and will never love you less.
    http://www.vicsjavascripts.org/Home.htm
    If my post has been useful please donate to http://www.operationsmile.org.uk/

  5. The Following User Says Thank You to vwphillips For This Useful Post:

    Jingleballs (09-01-2010)

  6. #5
    Join Date
    Aug 2010
    Posts
    7
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Works great, and good code comments. Thanks Vic!

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
  •