Results 1 to 4 of 4

Thread: help with custom div scroller

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

    Default help with custom div scroller

    hi,after trying almost any posiibale search query on google i found a script that seems to work-to scroll contents of a div.
    the problem is that in IE it doesnt scroll but in firefox it does.
    the script is:
    http://www.leigeber.com/2008/05/ulti...er-and-slider/

    and my page is here:
    http://www.kobital.co.il/v7/inside.htm

    ignore the positioning of the arrows and scroll area-i need it to work in ie and i dont know why it doesnt.
    also i will need to put scroll on all the 3 boxes but i think that if 1 will work i will be able to put it on the other 2

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Apparently IE cannot handle decimal values for SCROLLSPEED. If you want a speed less than what one will give you, use 1 there, and increase the value for SCROLLTIMER, ex:

    Code:
    var SLIDETIMER = 3;
    var SLIDESPEED = 3;
    var SCROLLTIMER = 30;
    var SCROLLSPEED = 1;
    var STARTINGOPACITY = 40;
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. The Following User Says Thank You to jscheuer1 For This Useful Post:

    genia (11-03-2008)

  4. #3
    Join Date
    Jan 2008
    Posts
    73
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default

    jscheuer1,thank you very much.

  5. #4
    Join Date
    Jan 2008
    Posts
    73
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default

    Got new problem with this damn JS scroller:
    the left square wont scroll if i click on the first link in it
    but it will scroll with the second link is click wich means that the div inside it is visibale.
    both IE and FF have this bug.
    any ideas how can i force it to scroll if the last link wasn't opened?

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
  •