Форумы / Cotonti / Skins / Advertising with Gameportal?

pieter
#23359 03.03.2010 01:56
#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 лет назад)