Matt Dawson wrote:
> Hello all -
> 
> Here's a very basic question. I've set up a very basic example html 
> file attached to this email.

Attachments don't get through on css-d. Launch a page and give us a link.

> In most pages, I would in fact these elements to behave just as they 
> are here - the content column is centered and is "snapped to" the top
> of its parent, the "body" element.

You're probably seeing the effect of 'collapsing margins'...
<http://www.w3.org/TR/CSS21/box.html#collapsing-margins>
If so, then a 'padding-top: 1px;' will give you the same effect.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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