Results 1 to 4 of 4

Thread: Scrollable text problem

  1. #1
    Join Date
    Jul 2005
    Location
    Planet Earth
    Posts
    94
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Scrollable text problem

    1) Script Title: Scrollable content II

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex11/scrollc2.htm

    3) Describe problem: I applied the code above on my site, but the scrolling doesnt seem to work. Kindly assist

    http://maraconservancy.com/whoweare.html
    http://maraconservancy.com/aboutus.html

    Thank you
    Redice

  2. #2
    Join Date
    Jul 2005
    Location
    Planet Earth
    Posts
    94
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    anyone please..

  3. #3
    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

    You have two divisions on your page with id="content". One that is a part of your page, and one that is written by the script. When the script goes to look for the one it writes out here:

    Code:
    document.write('<div id="content" style="position:absolute;width:285px;left:0;top:0">')
    It gets confused. In the script code, there are three instances of the word (case sensitive whole words only) content. Change all three of these to 'scont' and the script will work.
    - John
    ________________________

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

  4. #4
    Join Date
    Jul 2005
    Location
    Planet Earth
    Posts
    94
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you oh great one

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
  •