View Full Version : How do you position iframes?


Katashen
04-02-2005, 06:27 AM
On the frames page, in the section about iframes, the first thing lissa states is that you can position iframes using absolute postitioning. I found that she oesnt actually state how to do that on the page and I'm not very good with absolute postition, so I dont really know how to do this. Could someone please tell me how? Any help would be appreciated, thanks. :)

Valkyrie
04-02-2005, 06:29 AM
Add this to the iframe code: style="position: absolute; top: #px; left: #px;"
and replace the # with your own numbers. You might have to try a few times before you get your iframe in the exact spot that you want it.