Problem with absolute positioning div over SWF and IE 8.

Posted by Michael S. Kelly on Stack Overflow See other posts from Stack Overflow or by Michael S. Kelly
Published on 2010-04-23T19:20:21Z Indexed on 2010/04/23 19:23 UTC
Read the original article Hit count: 241

Filed under:
|

I'm attempting to use the old IFrame-over-SWF trick to get HTML to display "inside" a SWF. I'm following the example provided by Brian Deitte at: http://www.deitte.com/IFrameDemo3/IFrameDemo.html. (The source code can be viewed and downloaded by right-clicking on the SWF and selecting "View Source".)

In the latest versions of Firefox, Google, Opera, and Safari on the Mac, it all looks good. But in IE 8 the absolutely positioned div containing the IFrame is positioned too far up and left, and the height and width are considerably smaller.

Thoughts?

© Stack Overflow or respective owner

Related posts about ie8

Related posts about absolute-positioning