Results 1 to 2 of 2

Thread: Iframe SSI script II

  1. #1
    Join Date
    Dec 2005
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Iframe SSI script II

    I wnat to use the script Iframe SSI script II BUT I do notwant it to expand to fit the external page is there a way to set the height to make it permanent and just use scroll ?? Or do I have to use a regular Iframe script . The reason I like it is it blends into the page UNLESS there is a IFrame that does that

    THXS Steve

  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

    The whole point of the script is to expand/contract the iframe. The appearance of the iframe, with no border - I think that is what you are talking about is a feature of the iframe tag itself and can be achieved without any script, simply by setting the attribute frameborder="0" in the iframe tag.

    Try this ordinary HTML iframe tag:

    HTML Code:
    <iframe src="some.htm" width="500" height="325" frameborder="0" marginheight="0" marginwidth="0" vspace="0" hspace="0"></iframe>
    - 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
  •