Results 1 to 3 of 3

Thread: Can't get the Horizontal scroll bar to disappear in iframe

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

    Exclamation Can't get the Horizontal scroll bar to disappear in iframe

    I am using Iframes on my site. I have designed my site with photoshop and have to use iframes because I want it to stay as a connected frame.

    www.skierswharfextreme2.com

    On every page loaded with Firefox and IE show horizontal scroll bars. I need the vertical scroll bars. When I set the Iframe to scrolling="no" then I lose all scroll bars (obviously). In most of my pages I do not have tables withen the html pages that are loaded for src="" in the Iframe.

    If anyone can help it would be very much appreciated!

    Thanks

  2. #2
    Join Date
    Jan 2006
    Location
    Canada
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    iFrames by default will only insert necessary scrollbars. If you have horizontal scrolling problems the content in the iFrame is pushing out of the frame.

    Try resizing the content within the frame.

  3. #3
    Join Date
    Feb 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I've had that prblem a few days ago and found the answer on the internet (don't know where anymore)

    Here it comes:
    Set the scrolling of the iframe to "yes" instead of "auto"

    Open the html of the linked page:
    place a table which is set to a width of 100%

    within the table you can place your text
    Maybe my answer doesn't make it clear, than you should see what i've done.
    this is the page where you can see the frame
    this is the page in the frame

    you can use the view source option to see what i have done. (the iframe is called "blauw")
    Last edited by ARDR; 02-02-2006 at 08:26 AM.

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
  •