View Full Version : Positioning my frames.


Ca_Blew
03-07-2003, 01:33 AM
I'm having trouble positioning my frame to where I want it to go. I'm having trouble with absolute positioning.

http://www.shivering.net/bad-pill/Image5Slice.html

Alcy
03-07-2003, 04:03 AM
<iframe src="http://www.shivering.net/bad-pill/greymatter/blog.html" name="Blog5" border="0" height="387" width="386" frameborder="no" style="position:absolute; top:#px; left:#px;"> </iframe>

Just play around with the numbers until the iframe is positioned where you want it to be.

CCSara3169
03-08-2003, 11:57 PM
how do u put an Iframe like...in one corner. can u position an IFrame like "right corner. or whatever. I don't know what the pixels would be, I'm just confused on how some people can get they're Iframes so perfectly positioned ALL the way to the right or ALL the way at the left...

RetroBlonde
03-09-2003, 02:28 AM
you just have to guess really when playing around with it. once you do it enough you'll get he general idea. you could always buy dreamweaver, i hear its really easy to positions iframes and such just the way you want w/o playing around.

CCSara3169
03-09-2003, 08:06 PM
o i c. http://www.lissaexplains.com/forum//images/icons/icon7.gif

Alcy
03-10-2003, 03:55 AM
For the top, right corner....

<iframe src="http://www.shivering.net/bad-pill/greymatter/blog.html" name="Blog5" border="0" height="387" width="386" frameborder="no" style="position:absolute; top:0px; right:0px;"> </iframe>

^_^