carterpride
03-14-2003, 04:46 PM
Hey everyone... I just recently got my site up, and I was wondering if anyone can help me out with moving the frame that I already have on the bottom of the page up into the layout. Please take a look at carterpride.com and help me out! My aim is carterprideweb. Thanks.
LadyCrow
03-15-2003, 05:55 AM
http://www.lissaexplains.com/css2.shtml
Absolute positiong.
carterpride
03-15-2003, 05:39 PM
I put that code into the window.css page. still not working. Help!
You can just put it directly into your iframe....
<iframe style="position:absolute; top:#; left:#;>
</iframe>
Just change the #s.
zangerbanger
03-16-2003, 07:50 PM
Try div layers:
<div style="position: absolute; top: (value)px; left: (value)px;"
YOUR IFRAME HERE
</div>