Results 1 to 2 of 2

Thread: HELP AT "SCROLLABLE CONTENT"

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

    Question HELP AT "SCROLLABLE CONTENT"

    Hi @ all
    I want to use the script called "Scrollable Content" on my page, but I'd like to do a little modification:
    As you know there are a vertical scrollbar and a horizontal one.

    The modification I'd like to do is to remove the horizonal one, so that I can have only tha vertical one

    Who can help me???

  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

    Well it will depend upon your content (has to fit or be scalable to the width) but, in the demo of the script at:

    http://www.dynamicdrive.com/dynamicindex11/scrollc.htm

    Changing this:
    Code:
    <div id="scroll3" style="width:170px;height:150px;background-color:lightyellow;overflow:scroll">
    to this:
    Code:
    <div id="scroll3" style="width:170px;height:150px;background-color:lightyellow;overflow:auto">
    will do that.
    - 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
  •