View Full Version : Iframe wont posstion right


Xander
02-16-2003, 08:46 PM
Alright I want more than one Iframe on my page..And Im usin this code right here..But for some reason it makes my second Iframe go right under my first... Help?:

<div align style="position: absolute; left: 336px; top: 0px; width:600; height:100"style="filter:alpha(opacity=50)">
<iframe src="mini.html" width="400" height="560" border="0" frameborder="0 allowtransparency="true">

<p><div align style="position: absolute; left: 10px; top: 152px; width:600; height:100"style="filter:alpha(opacity=50)">
<iframe src="mini.html" width="256" height="158" border="0" frameborder="0 allowtransparency="true">

Alcy
02-16-2003, 09:46 PM
There aren't any </iframe> or </div>

<div align style="position: absolute; left: 336px; top: 0px; width:600; height:100; filter:alpha(opacity=50)">
<iframe src="mini.html" width="400" height="560" border="0" frameborder="0 allowtransparency="true">
</iframe>
</div>

<div align style="position: absolute; left: 10px; top: 152px; width:600; height:100; filter:alpha(opacity=50)">
<iframe src="mini.html" width="256" height="158" border="0" frameborder="0 allowtransparency="true">
</iframe>
</div>

Xander
02-16-2003, 11:00 PM
Thank you so much! :hug: And I jus noticed I put this thread in the wrong category...o_0 Thanks anyway