Well I want to know how to make an Iframe examdble in this layout I coded a while ago for kyle
http://www.shanes.pcriot.com/1.html Is the layout
I want the main content area to be expandble.
I put no height and width in for the body , the css I used for the content div is :
And the Iframe code i used is:HTML Code:#content { background-color: #FFFFFF; position: absolute; left: 145px; top: 110px; width: 80%; border: 1px solid #000000; padding: 2px; }
What am I doing wrong?HTML Code:<iframe src="main.html" name="content" WIDTH="100%" HEIGHT="100%" frameborder=0></iframe>







Reply With Quote




