| 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 ... Відредаговано: pieter (03.03.2010 02:05, 15 років тому) |