|
Adam,
No dice...if I interpreted your suggestion correctly this is what i did
new code:
<div>
<div style="float:right;width:353px;position:relative;" >
html code...
</div>
<div class="basement"></div>
</div>
<br>
<hr>
old code:
<div>
<div style="float:right;width:353px;position:relative;" >
html code...
</div>
</div>
<div class="basement"></div>
<br>
<hr>
any other ideas?
Last edited by jughead2279; 08-13-2007 at 06:54 PM..
Reason: extra html
|