Results 1 to 2 of 2

Thread: iframe scrolling

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

    Default iframe scrolling

    When using iframes i always get a horizontal scrollbar when i only want a vertical scroll.

    I have tried setting scrolling to auto, no difference, and setting scroll to 'no' means i lose my vertical bar.

    Any ideas how to disable or remove this bottom scrollbar?

    http://www.dynamicdrive.com/dynamici...iframessi2.htm

    Thanks

  2. #2
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    2,581
    Thanks
    13
    Thanked 28 Times in 28 Posts

    Default

    Set the iframe's overflow like this:

    Code:
    <iframe style="overflow-y:scroll;overflow-x:auto">
    - Mike

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
  •