Julie Flolo wrote: > My main question right now is: Why isn't the background on the top > horizontal menu going all the way to the top of the element? There's > a gap between the top logo and the menu, and the page background is > showing.
I think the default margin on the UL inside topmenu is causing it because of collapsing margins. It has a computed margin of 16px which is bleeding out of the coloured background. http://www.complexspiral.com/publications/uncollapsing-margins/ http://www.andybudd.com/archives/2003/11/no_margin_for_error/ You could try setting the margin on the UL in topmenu to zero? Hope this helps Cheers Ian PS - Check out the FireFox DOM inspector - it allows you to see the computed values - saved my life today, and also helped to see some of what is going on in your page -- _________________________________________________ zStudio - Web development and accessibility http://zStudio.co.uk Snippetz.net - Online code library File, manage and re-use your code snippets & links http://snippetz.net ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- 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/
