Forums / Cotonti / Skins / Advertising with Gameportal?

pieter
#23359 2010-03-03 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 ...

Dit bericht is bewerkt door pieter (2010-03-03 02:05, 15 jaren ago)