View Full Version : Posistioning I-frames?


Dark Unicorn
03-29-2003, 03:26 PM
Gr... it isnt working for me.

<iframe src="main.html" name="main" width="411" height="123" style="border: 1 solid #000000" "position:absolute; left:126; top:168">

I dont think thats right.....

MaGiCSuN
03-29-2003, 03:45 PM
change it to:

<iframe src="main.html" name="main" width="411" height="123" style="border: 1 solid #000000; position:absolute; left:126; top:168">

Dark Unicorn
03-29-2003, 03:46 PM
Thanks!