From: Mike Soultanian <[EMAIL PROTECTED]>
> you'll notice that there is no margin-top specified 
>on the left column, yet it's being pulled down with the right column.
>
>http://www2.csulb.edu/colleges/cota/test5.html

I did try it in IE and Mozilla before I replied previously, and it's still 
margin collapsing that is causing what you see. The not-zeroed margin on the H1 
element (as Theirry has pointed out)  in the right column is "escaping" from 
the border-less/padding-less div container and creating the margin you are 
noticing between the text before the div, and the div itself. Zero the top 
margin on the H1 and the space will disappear.

h1 {margin-top: 0;}

hth,

~holly  
 
                   
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to