Results 1 to 3 of 3

Thread: positioning scrollable content

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

    Default positioning scrollable content

    Hi there
    just wondering if there is a way to position absolute the scrollable content 1 script. I know how to position images in this way but have no idea if it would work with this script or where to place the code.
    Help would be most appreciated.
    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

    surround the entire code for it in a division. Give that division the positioning you desire, ex:
    HTML Code:
    <div style="position:absolute;left:55px;top:87px;">
    
    entire code for scrollable content goes here
    
    </div>
    - John
    ________________________

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

  3. #3
    Join Date
    Jul 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Talking Thanks

    Nice one, it worked.
    Cheers a lot, that helped a great deal.

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
  •