----- Original Message ----- 
From: "Matt Tibbits" <[EMAIL PROTECTED]>
To: <css-d@lists.css-discuss.org>
> I’m having a problem with the top margin on a <div id=”content”> not 
> showing
> up in IE. There is a list styled as a horizontal menu that is floated left
> BEFORE this <div>, however I have cleared the float.
> Can anyone help? Oh, you can view the page at HYPERLINK
> "http://www.tibbits.ca/test/index.php"http://www.tibbits.ca/test/index.php
--------------------------------------------------------------------------------------------
Hi Matt,
This is a collapsing margin issue.
The fix is to assign a border (as you have had noticed) or padding to the 
#content DIV.

#content {border-top:1px solid #(same color as the background);}
or
#content {padding-top:1px;}

Read more about collapsing margins at: 
http://css-discuss.incutio.com/?page=CollapsingMargin

Regards

Maurício Samy Silva
http://www.maujor.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