On Thu, Jan 28, 2010 at 4:23 PM, Troy Harshman <tmha...@gmail.com> wrote: > On Thu, Jan 28, 2010 at 4:12 PM, <e...@copywritecolombia.com> wrote: >> Hi all, >> The top navigation should be right up against the top of the screen. How >> do I can change it? Page validated: >> http://www.copywritecolombia.com/mediabuying.htm >> >> Thank you >> >> >> >> ______________________________________________________________________ >> 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/ >> > > I suspect that either the container for the logo isn't being floated > and is pushing the navigation down or perhaps you need to clear some > floats. One way to test where things are and the type of space they > are taking up is to add a one pixel border to elements. >
You've got this floating around above your navigation... <div id="myContent"> </div> ...and I don't see it in your stylesheet. So that could be what's pushing things down. ______________________________________________________________________ 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/