View Full Version : absolute positioning


Lunar Zafara
12-05-2004, 06:32 PM
I was wondering, how do I make an iframe with absolute positioning? Any help you could post would be greatly appreciated. ^-^

pb&j
12-05-2004, 07:36 PM
just add this to your iframe coding...

style="position:absolute; left:100px; top:100px;"

adjust the values as you desire.

so it would look similar to this...

<iframe src="pagename.html" name="myiframe" style="position:absolute; left:100px; top:100px; width:200px; height:300px;"></iframe>