Results 1 to 3 of 3

Thread: Scrollbar troble in iframes

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

    Exclamation Scrollbar troble in iframes

    Does anyone know how to get rid of a scrollbar in an iframe but have scrollbar appear in the same iframe if you go to a different page inside it?

  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

    On the content pages, the pages to be displayed inside the iframe, add this to the body tag of any page you want not to have scrollbars:
    HTML Code:
    <body style="overflow:hidden;">
    leave the tag alone on pages you want to have scrollbars. Set the iframe to be scrolling=yes, ex:
    HTML Code:
    <iframe name="fred" src="somepage.htm" scrolling="yes" width="200" height="150"></iframe>
    Enjoy!
    - John
    ________________________

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

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

    Default

    thanks a bunch! It works great!

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
  •