[thelist] Help with css layout / IE issue

Gunlaug Sørtun gunlaugs at c2i.net
Wed Feb 16 01:45:24 CST 2005


Chris Johnston wrote:
> http://www.fuzzylizard.com/archives/2005/02/15/460/
> 
> You will notice that the content in the right hand side bar starts 
> below the comment form. In firefox, the content starts at the top of
>  the right hand column. Any ideas as to what is going on here?

<div class="content"> is too wide in IE/win because of a margin.

Use this:
.content {margin-right: 0;}
...and the right column will flow up alongside the left one, just like
in FF.

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


More information about the thelist mailing list