In the past, the <div> code has worked perfectly fine for me. I have been able to successfully line up image background with the iframe relatively easily; however:
http://drepturi.webs.com/index.htm
The iframe being influenced by the <div> code "refuses" to move above the upper half of the screen. It may just be my computer (Windows 7 Laptop), but I highly doubt it. The coding I am using is:
<div style="position:absolute;center:50;top:40;width:400;height:200">
<iframe name="iframe1" iframe bordercolor="6DCFF6" style="border-width:0px; border-style:solid; border-color:6DCFF6;" src="http://telemachus.webs.com/evolution2.htm" align="center" height="400" width="200" hspace="0" vspace="0" frameborder="0" scrolling="auto"></div>
This same code has been used before successfully:
http://telemachus.webs.com/index.htm
http://telemachus.webs.com/cranium.htm
---
As also seen on the web-page in question, it appears to have added unnecessary space to the bottom of the screen. Scrolling down will leave the viewer with nothing but gray to look at. I am unsure why this is occurring, seeing as it has not happened before.
