Click to See Complete Forum and Search --> : Iframes positioning question


Deviant06
12-22-2002, 11:04 PM
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="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.

Stefan
12-23-2002, 04:07 AM
This has been answered already. No need to crosspost.