[EMAIL PROTECTED] wrote:
> I'm scratching my head wondering why there is a space in between two divs
> on a page I am creating.
>
> It works in IE and doesn't in Firefox (Usually the opposite of what I
> usually encounter).
>
> The web page is:
> http://valdostawebmaster.com/projects/blueprint/
>
> and the CSS is:
> http://valdostawebmaster.com/projects/blueprint/blueprint.css
>
> Any suggestions on this one would be appreciated.
>
> Al Dunbar
>   

The problem is collapsing margins [1].
This fixed it on my end:
#nav {padding-top: 1px; }
And unrelated:
 I think you need to declare a background-color on html, body {}  (I 
default to fuchsia in Opera),
and the header image is clipping when the window is at 1680 and dragged 
to a smaller width.

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

Best,
~dL

-- 
http://chelseacreekstudio.com/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to