View Full Version : Positioning Iframe on image


rebecca
02-18-2003, 02:40 AM
I have an image I want to use as a background for a page, with the Iframe on top. I can't seem to get it to go there, or to get my image to show up. What code would I use for this?

Thanks kind people!!!

Alcy
02-18-2003, 03:14 AM
<img src="IMAGE.GIF"> or <body background="IMAGE.GIF">

<iframe style="position:absolute; top:#px; left:#px; width:#px; height:#px;">
</iframe>

Just change the #s :D