pieter |
|
---|---|
#content { float: right; display: inline; width: 657px; }
#sidebar2 { float: right; display: inline; width: 120px; } they both float right. not possible. You need to give the content a fix place from the left. Added 7 minutes later: try: #content { position: absolute; left: 250px; display: inline; width: 657px; } let me know if it works. ... can we help you ...
|
|
This post was edited by pieter (2010-03-03 02:05, 15 years ago) |