Results 1 to 3 of 3

Thread: Manual Scroller

  1. #1
    Join Date
    Aug 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Arrow Manual Scroller

    1) Script Title: Manual Scroller

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

    3) Describe problem: I installed the script and it works nifty. I have a small problem, though. It doesn't scroll my whole page, it stops in the middle. I don't know where the bug is since I set height for a really big size. Could you help me?

    Here's part of coding:

    Code:
    if (iens6){
    document.write('<div id="scroll" style="position:relative;width:410px;height:350px;overflow:hidden;">')
    document.write('<div id="content" style="position:absolute;width:410px;height:1500;left:0px;top:0px;">')
    }
    </script>
    
    <ilayer name="nsscroll" width=410 height=1500 clip="0,0,410,1500">
    <layer name="nscontent" width=410 height=1500 visibility=hidden>

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

    Default

    Hello? Anyone can help me?

  3. #3
    Join Date
    Aug 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Ok, I solved it myself. I had to change one line into this:

    Code:
    document.write('<div id="content" style="position:absolute;width:410px;height:auto;left:0px;top:0px;">')
    }

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
  •