eire122
03-04-2005, 08:02 PM
Our website was constructed by the webmaster at 800 x 600 and it looks fine. But when someone views it using a higher screen resolution the iframe overlapps and is misplaced. I've tried using % for the width and height but it still doesn't work. Here's a sample of the code:
<iframe src="blog.html" name="blog" width="70%" height="44%" frameborder="0" style="position:absolute; left:25%; top:67%"></iframe>
Is there a way to get it to fit at all screen resolutions?
Thanks
<iframe src="blog.html" name="blog" width="70%" height="44%" frameborder="0" style="position:absolute; left:25%; top:67%"></iframe>
Is there a way to get it to fit at all screen resolutions?
Thanks