Weston C wrote:
> I've got a page in which I get about 80 pixels of apparently arbitrary
> space inserted between two sections of a page in Firefox and Safari.
>
> http://weston.canncentral.org/web_lab/MozArbSpaceAboveBlock/problem.html
> http://weston.canncentral.org/web_lab/MozArbSpaceAboveBlock/TopGun.css
>
>
> Weston
>   

It may be collapsing-margins [1], try:

.constraint {    
padding-top: 1px;  <---- :: add ::    
width: 1033px;
margin: 0 auto;
 text-align: left;
}

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

-- 
http://chelseacreekstudio.com/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
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