I have an iframe:
<iframe src="http://externaldomain.com/something.html">
If something.html from externaldomain.com has the css:
html { position: relative; }
In IE, it will render the iframe as blank. All other browser are fine.
Anyone know of a solution? Remember the same origin policy. I cannot alter anything within the iframe with javascript or change the css as the iframe src is external.
Thanks.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…