Results 1 to 2 of 2

Thread: Scrollable content help

  1. #1
    Join Date
    Sep 2005
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Scrollable content help

    Hey

    Im having trouble getting this script where i want it.

    I made a website im adobe. its 900 x 800. There is a part in the middle i want this script to show up so i can updated it and it wil be in the middle of the website image. Ive done this before but i dont remember if this is the exact same script. what happens when i put it in it puts the script outside of what i have in the body, when i try to drag it over the image where i would want the text to show up it goes there but when i go to view it in IE it doesnt show up there and it puts it in the bottom left corner still. http://somethingaboutnothing.org/coup.html is the site and in the middle is where i need the text to show up.

    Can anyone help me out with this? thanks

  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

    The link in your post goes to a page with a 900x800 pixel image map on it. There is no script. If you are using this script then, using a text editor, you can put it just before the last closing division tag:

    </div>

    on the page and add two more </div> tags after that. Change this part of the script's markup:
    HTML Code:
    <div id="scroll3" style="width:170px;height:150px;background-color:lightyellow;overflow:scroll">
    to this:
    HTML Code:
    <div style="position:absolute;top:300px;">
    <div style="position:relative;right:300px;">
    <div id="scroll3" style="width:600px;height:150px;background-color:lightyellow;overflow:auto;">
    - John
    ________________________

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

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
  •