Iframes positioning question

admin

Administrator
Staff member
I'm not much of a coder so bare with me. I have a site I'm building, and I've got one Iframe on there, positioned where i like it using this css style in the header

<style type="text/css">

#floatframe {position:absolute;

left: 43px;

top: 120px;

width: 280px;

height: 500px;

z-index: 100

}

</style>

and this for the iframe

<iframe width="280" height="500" name="floatframe" src=http://www.webdeveloper.com/forum/archive/index.php/"news.html" align="left" frameborder="0">

well, I want one more I frame on my page in a completely different location and size, so I cant use this same style.
Can someone help me? I know theres a way.
 
Back
Top