Re: [css-d] problem with margin after float

2007-05-11 Thread Matt Tibbits
Thank you for your help. Cheers, Matt 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 collapsin

Re: [css-d] problem with margin after float

2007-05-11 Thread Mauricio Samy Silva
- Original Message - From: "Matt Tibbits" <[EMAIL PROTECTED]> To: > I’m having a problem with the top margin on a not > showing > up in IE. There is a list styled as a horizontal menu that is floated left > BEFORE this , however I have cleared the float. > Can anyone help? Oh, you can v

[css-d] problem with margin after float

2007-05-11 Thread Matt Tibbits
Hello again, I’m having a problem with the top margin on a not showing up in IE. There is a list styled as a horizontal menu that is floated left BEFORE this , however I have cleared the float. The that follows this list has an tag at the top. Since I cleared the float the tag shows pr