trevor bayliss wrote:
> I am trying to get rid of the space right at the top of the page but I can't 
> seem to do it, what do I need to doo? Thank you
> http://tinyurl.com/clg668
>
>
>
>  


It is a collapsing margin problem.

#wrapperLogoNavigation {
/*padding: 0px; */
padding-top: 1px;
/*margin: none; */
}

<http://www.w3.org/TR/CSS2/box.html#collapsing-margins>
aside: you'll save yourself a lot of grief if you validate the css 
(although doing so would not have corrected the issue you wrote about)
______________________________________________________________________
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