Results 1 to 2 of 2

Thread: Iframe not working using iframessi2.htm

  1. #1
    Join Date
    Oct 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Iframe not working using iframessi2.htm

    1) CODE TITLE: Iframe not working.

    2) AUTHOR NAME/NOTES: c. darwall

    3) DESCRIPTION: Iframe not expanding to accommodate new child text.
    4) URL TO CODE: http://www.charlesdarwall.com/j/index2.htm

    5) Note:

    - The Menu CSS is from Coffeecup.com.

    - You should see the caption:
    "!--END OF FILE--!" at the end of each Iframe display.

    - When you click repeatedly on the menu the display increments by one line.

    - I stripped out all of the redundant code, including the Wrapper which is why the alignment is off.

    - The corresponding CSS is http://www.charlesdarwall.com/j/css/style2.css

  2. #2
    Join Date
    Aug 2009
    Posts
    92
    Thanks
    0
    Thanked 9 Times in 9 Posts

    Default

    try this
    style="overflow:visible; width:100%;height:100%;"

    <!---IFRAME_DIV-->
    <div id="iframe" class="clearfix" style="overflow:visible; width:100%;height:100%;">
    <iframe id="glu" src="home1.htm" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" vspace="750px" hspace="0" style="overflow:visible; width:100%;height:100%; display:none"></iframe>
    </div><!--END_IFRAME-->

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
  •