[thelist] Three column site collapsing in IE

Gunlaug Sørtun gunlaugs at c2i.net
Tue Dec 19 05:25:34 CST 2006


James Fishwick wrote:

> [...] The site itself should display sidebar, navigation, content 
> (from left to right).

> http://f1shw1ck.com/globalfoodtrends/index.html

You have just been lucky with the defaults in some of the browsers. You
should give them complete positions/relations if you want all of them in
line.

Add...
#container {position: relative;}
#sidebar {left: 0; top: 0;}
...to get the positioning right.

Also, add...
#navigation {display: inline;}
...to "kill" the old 'margin-doubling on floats' bug in IE6.

regards
	Georg
-- 
http://www.gunlaug.no



More information about the thelist mailing list