[thelist] help with fluid css layout

ben morrison morrison.ben at gmail.com
Fri Jul 22 10:40:43 CDT 2005


On 7/22/05, ben morrison <morrison.ben at gmail.com> wrote:
> > This does seem to work, and yet it seems like an awfully extreme way to
> > get rid of these margins. Can anyone suggest a way to keep paragraph
> > margins but get rid of the margins around my content div?
> 

In fact if you give content some padding this will fix your problem
and is probably the desired effect anyhow.

  #content{
  margin:0 0 0 250px;
  background-color:pink;
 padding:10px;
}

ben


More information about the thelist mailing list