View Full Version : i think either my mathematics zzzzs, or i need a godsend.


Sylas
01-28-2003, 01:16 AM
i cant really explain what i mean without given examples of code, but i have an iframe that i want to make line up and fill the remaining area of a page while the menubar occupies a small area of the page...
the only problem is that the iframe doesnt seem to expand out and line up correctly unless i specify pizel size for the iframe...
and that buggers up any resizing for different screen resolutions.
i'll just give you the temporary site to show you what i mean..
Click This to go to the problem page (http://wyrmheart.mine.nu/newlayout/)

epolady
01-28-2003, 01:22 AM
<div style="position:absolute; left:101; height: 100%">
<iframe src="main.htm" name="inlineframe" height="100%" width="100%" border="0"></div>

Sylas
01-28-2003, 01:26 AM
silly mistakes like that are the reason i wilol never be the picaso of webdesign...
thankyou for your help.

epolady
01-28-2003, 01:28 AM
You're welcome :) & good luck with your site.