Josue Martinez wrote:
> Every browser displays a gap between the page and the top of the browser
> window, except IE7. For what it's worth, I want the page to show as IE7
> displays it, assuming that the masthead image isn't getting cut off. 
<IE questions trimmed>
>
> http://www.ic.sunysb.edu/clubs/phiota/test/
>
>   
.
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/

______________________________________________________________________
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