Forum Moderators: not2easy
I own a site and have large image sliced into several small ones to make loading time easier. However I would like to put an iframe over the image where I can type/blog, whatever. This is also the frame that all my content would show up at. Anyway, I'm having a problem with the coding. I need for the iframe to be in the same place regardless of viewers screen resolution. 800x600 looks great 1027x768 is off. Is there a way with coding I can accomplish this.
This is my coding as I have it right now:
<div id="Layer1" style="position:absolute; left:432px; top:95px; width:242px; height:352px; z-index:1">
<iframe src="main.htm" frameborder="0" height="100%" width="100%" name="main" scrolling="auto"></iframe>
</div>
Any help would be appreciated.