• I’ve put an iframe in some pages on our site. It’s in the left column of a 2-column site.

    <p><iframe width=”400″ height=”400″ frameborder=”0″ scroll=”no” align=”left” src=”xxxxxx”</iframe>

    (I’ve left out the source link here).

    It works fine in FF and Chrome. But in IE, on any page that has it, the right column disappears. I don’t believe size has anything to do with it, as it’s well within the width and length allowed. Any ideas on why this would be happening?

Viewing 2 replies - 1 through 2 (of 2 total)
  • <iframe ….. ></iframe>

    Looks like you’re missing a closing tag from what you posted here. if that was just an omission on your part here, no one will be of much use unless you post a url to your site. Or you could always try validating your site and see if you get any errors that would make sense.

    Thread Starter Yelmi

    (@yelmi)

    Yes! That was it. <sigh. I mean <sigh>.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘iframe makes rest of page disappear in IE only’ is closed to new replies.