Results 1 to 3 of 3

Thread: Scrollable Iframe

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

    Default Scrollable Iframe

    Hi..
    I need help with a scrollable iframe. I want something like this http://www.exhibit07.org/designs/
    I currently used this tutorial/script, http://www.dynamicdrive.com/dynamici...ramescroll.htm, but it doesn't work. My layout is cut (so that means they're all in one big table) of course each of the scrollbar image (up&down) is cut individually.
    I just want the images as a scrollbar for my iframe, that's all.

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

    Default

    When you say iframe - do you truly mean an iframe or a div tag? These two are often confused. If it's an iframe:
    Code:
    <iframe scrolling="yes"></iframe>
    Make sure to set the height and width as well.

    or DIV
    Code:
    <div style="overflow-y:scroll;overflow-x:auto"></div>
    Also, set the width and height.
    - Mike

  3. #3
    Join Date
    Dec 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I meant the iframe.
    When I say 'yes' for scrolling, it triggers the normal scrollbar. I don't want that.
    I want the images for my scrollbar.
    Last edited by themerce41; 12-03-2006 at 02:49 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
  •