View Full Version : i-frame help please!


maybe
06-03-2003, 03:34 AM
http://www.geocities.com/doodledogz/lime2.htm
How can I get my I-Frame onto the image...or how can I get 2 I-Frames one above the other but no spaces between them!??

Lemon Squash
06-03-2003, 10:36 AM
<iframe src="pagename.html" name="iframe" width="0px" height="0px" frameborder="0" scrolling ="yes" style="position:absolute; left:0px; top:0px;"></iframe>

Change the left:0px; top:0px untill you get it where you want on your layout.