View Full Version : inline frames?


kumquat
04-19-2003, 02:20 AM
how do i make an inline frame* i think thats wut its called * over lapping a picture background?

or like..
another html page<--( inline frame?) within a picture
with part of the picture over lapping the frame

zangerbanger
04-19-2003, 03:32 AM
<iframe src="inline.html" name="inlineframe" width="your width" height="your height" style="top:#px; left:#px; z-index:#px;></iframe>

MaGiCSuN
04-19-2003, 11:57 AM
actually the code must be:

<iframe src="inline.html" name="inlineframe" width="your width" height="your height" style="position: absolute; top:#px; left:#px; z-index:#px;></iframe>

;)

zangerbanger
04-19-2003, 11:08 PM
lol thanks mirna! *hits head*