-----Original Message-----
From: David Laakso [mailto:da...@chelseacreekstudio.com] 
Sent: Friday, October 16, 2009 2:54 PM
To: taestrada
Cc: css-d@lists.css-discuss.org
Subject: Re: [css-d] Can't Get Rid of Gap in Firefox

taestrada wrote:
>  
>
> In Firefox, there is a gap between the two divs. I would like the borders
to
> connect, as they do in IE 7.
>
>  
>  
>
> http://carlsonlandscapearch1.com.previewdns.com/index.html
>
>  
>
>
> Alix Estrada
>   





Not tested. Try:
#content{
padding-top: 0; <----- :: delete ::
padding-top: 1px; <----- :: add ::
}

Collapsing-margins:
<http://www.w3.org/TR/CSS21/box.html#collapsing-margins>

~d

Thanks David. I also received some advice from Michael Brandt to add
margin:0; to my H1 which did the trick. I will read up on collapsing margins
however!

Alix

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to