View Full Version : iFrame resolution problem


Zohar
02-12-2003, 02:33 PM
Wierd problem:
I have this wierd problem- I insert iframe tag in my html page but cannot see it in 1024*768 resolution. It appears only in 800*600. When I change the resolution the iframe disappears.

???????

Alcy
02-12-2003, 08:40 PM
Are you using divs?

Could you post a link or your code?

Zohar
02-13-2003, 06:11 AM
No, I'm not using <div>.

Should I ?

Alcy
02-13-2003, 08:21 PM
I've just noticed that some people have problems positioning things in different resolutions.

But you need to post your code if you want someone to help you.

Zohar
02-14-2003, 06:59 AM
I'm sorry. This is it

<body bgcolor="#ffffff" topmargin="0" rightmargin="0">
<iframe src="top.html" width="100%" height="25%" marginwidth="0"
marginheight="0" align="right" scrolling="no" frameborder="0"></iframe>
<br><br><br><br><br><br><br>
<table>
<tr><td>
<script type='text/javascript'>

function Go(){return}

</script>
<script type='text/javascript' src='exmplmenu_var.js'></script>
<script type='text/javascript' src='menu_com.js'></script>
<noscript>Your browser does not support script</noscript>
</td>
</tr>
</table>
<iframe src="archive1.html" width="60%" height="100%" marginwidth="0" marginheight="0" align="center" scrolling="no" frameborder="0"></iframe>

</body>



I have no problem with the first iframe but with the second (the one that holds archive1.html).

Thanks.