Is it a way to correct Internet Explorer view of an absolute iframe?

manda

New Member
I have an iframe used as an index file to hide a url of next website.\[code\]<iframe style="position:absolute; top:0px; left:0px; " src=" http://..." width="100%" height="100%" frameborder="0" scrolling="auto"></iframe>\[/code\]This all works in all known to me browsers instead of Internet Explorer (checked on 9). Is it a simple way to make it visible correctly?
 
Back
Top