On 29/12/2010 4:11 AM, Greg Wilker wrote:

Hello Everyone,

I've got a site I am starting on and I can not figure out why there is a
padding or margin with the container div/element.

http://45minutestonowhere.com/

I want the background image (container) to be right up to the top of the
browser.

Thoughts? (I must be missing something very obvious)

- Greg

Yes, the div#header margin-top collapsing through. Try this.

#header {
        margin: 0px 10px 10px 30px;
}


--
Alan http://css-class.com/

Armies Cannot Stop An Idea Whose Time Has Come. - Victor Hugo
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to