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 ...
|
|
Dieser Beitrag wurde von pieter (am 3. März 2010, 02:05, vor 15 Jahre) bearbeitet |