Someone will be along to answer your IE question.
>
> The difficulty in compliant browsers is "collapsing margins." [1]
> This may close it:
> #masthead {
> width: 606px;
> height: 125px;
> /*padding: 0;*/ <--- not needed (default)
> padding-top: 1px; <--- add this
> /*margin: 0;*/ <--- not needed (default)
> background: red url(assets/images/banner.jpg);
> }
>
> [1] <http://www.w3.org/TR/CSS21/box.html#collapsing-margins>
>
> Best,
> ~dL
>
> --
> http://chelseacreekstudio.com/


Thanks, David. I don't know why, but that fixed the extra space on top. I'll
read the page you linked to and await other responses before I upload the
new css file to avoid confusing people. I'll check the page in IE6 tomorrow
at work.
______________________________________________________________________
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