View Full Version : position iframes?


Lost47
01-19-2005, 02:43 AM
hey people out there! i am currently working on a CSS layout, but my question involves iframes. i have a large background image that fills the screen. i have an iframe on top of it, but i want the frame to be positioned over to one side. help please!

pb&j
01-19-2005, 05:07 AM
add this to your IFRAME tag and adjust the values as you desire...

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

dual_wielder
01-23-2005, 02:44 PM
try a div layer code such as:

<div style="position: absolute; top: ???px; left: ???px; width:??px; height:???px">
ehrwehtujeh
</div>