jeremy wrote:
> http://tct2006.com/growing/

> I cannot seem to make the <div id="main">, the box in the center that
>  hold the Nav & the Content,. I cannot seem to make it align to the 
> top of its parent container.

The usual suspect: 'collapsing margins'[1]. Doesn't show up in IE/win
because of the 'hasLayout'[2] bug in that browser.

Fix (one alternative) - add:

#main {padding-top: 1px; margin-top: -1px;}

regards
        Georg

[1]http://www.w3.org/TR/CSS21/box.html#collapsing-margins
[2]http://www.satzansatz.de/cssd/onhavinglayout.html
-- 
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