Results 1 to 7 of 7

Thread: Scolling on iFrame SSI script 1

  1. #1
    Join Date
    Aug 2005
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Scolling on iFrame SSI script 1

    Hey,

    I am trying to use the iFrame SSI script 1, I have added the content to the header and I have placed the iFrame script within my body where I want it to be shown. I have placed the script inside of a table where I want the external page to be loaded.

    For some reason when the page loads it has a scrolling bar, but I don't want it to have one. I have the scrolling set to scrolling="no" but I still get the bar.

    I have tried other settings also like auto and yes but still nothing.

    Someone please help me out. Thanks

  2. #2
    Join Date
    Aug 2005
    Location
    Oklahoma
    Posts
    29
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    The iframe has a scrollbar or the broswer window has a scroll bar?

  3. #3
    Join Date
    Aug 2005
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Yea I put the iFrame script into the news table where I want the content to load, and when the page loads the Table with the content has a scroller. Just the iFrame has a scroller not the entire browser.

    I dont want the iFrame to have a scroller, and I specifically told it no scolling like I said before, but a scroller still appears in the table.

  4. #4
    Join Date
    Aug 2005
    Posts
    40
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    you will have to specify scrolling in the document you are accessing in the iFrame

    so if you have index.html with an iframe:center.html / then center.html will have to have scroll=no in the body tag

    this should take care of your problem.

  5. #5
    Join Date
    Aug 2005
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I have tried your suggestions, I still get the scroll bar. I remember installing this script once before and not having this problem. However, for some reason I cannot get the scroll bar to go away.

    Please help asap

    Thanks.

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

    Quote Originally Posted by skilled1
    you will have to specify scrolling in the document you are accessing in the iFrame

    so if you have index.html with an iframe:center.html / then center.html will have to have scroll=no in the body tag

    this should take care of your problem.
    I'd never heard of:

    <body scroll="no">

    So I figured I'd try it. Seems to work fine in IE but, not in Mozilla. This works in both browsers:

    <body style="overflow:hidden;">
    - John
    ________________________

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

  7. #7
    Join Date
    Aug 2005
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hey Finally Thanks a bunch John, really appreciate it.

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
  •