Results 1 to 4 of 4

Thread: iframe side scroll bar but not bottom

  1. #1
    Join Date
    Jul 2007
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default iframe side scroll bar but not bottom

    Hi guys quick question is there a way so that I have have just the scroll bar on the side and not the scroll bar on the bottom?

    Thanks

  2. #2
    Join Date
    Feb 2007
    Posts
    293
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Best way is to make sure that the width of the content of the iframe doesn't exceed the width of the iframe itself. If it does, people will need the horizontal scrollbar to see it.
    Sometimes, you also get the horizontal scrollbar if the width is off just a bit, for example, you may need to enlarge the width of the iframe container by 10-20 px to make room for the vertical scrollbar, margins, etc.
    IN FF, you can disable the horizontal scrollbar with <iframe ... style="overflow-x: hidden; overflow-y: scroll;">></iframe> But this won't work in IE.
    There are also some other problems with IE6. This article has some workarounds http://www.adobe.com/devnet/dreamwea...al_scroll.html

  3. #3
    Join Date
    Jul 2007
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    hi i have trive everything.

    http://www.healthier-options.com/spo...ewDoc&docId=64

    here is the link. the iframe is at the bottom of the page. As you can see the page is by far smaller than the size of the fame. But it still puts the bas in. I need the vertical bar but not the horizontal one. If you open the page on a mac then there is no horizontal bar. there is only a bar in Internet explorer any ideas?

  4. #4
    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

    I only see a vertical scroll bar in IE's 5.5, 6, and 7.
    - 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
  •