[thelist] Help!

Dan Leonard dan at canopyroad.com
Mon Jun 27 11:45:29 CDT 2005


Jonathan wrote:
>
> http://workhabit.com/resume.php <http://workhabit.com/template_clean.html>
>
> The gapping at the top of the page is absolutely throwing me for a loop
> at the moment.



Your CSS should be:

ul#navigation {
	padding: 0;
	margin: 0;
}

instead of

#navigation ul {
	padding: 0;
	margin: 0;
}


Hope that helps!
Dan

-- 
Canopy Road Web Development
http://www.canopyroad.com


More information about the thelist mailing list