Not sure why?: Header seems to be missing a few pixels: Can someone have a look?

Soldato
Joined
4 Feb 2004
Posts
13,430
Location
Écosse
Further to my previous thread on my code for this website, I have just noticed a slight mistake:-

www.glasgowkayakclub.com

On the right side of the header, where the black part is at the top, there is a very small white line at the end of the black part of the banner.

I have went through the code and cant seem to figure this out, why its doing it?.

Any ideas folks?.

Thanks.
 
It's to do with div#header. Its background is stretching down 'til the "black" (actually grey) stops and the white begins. You can create a quick fix by adding padding-right: 2px; to #menu.
 
Div named menus width was set at left -2, I changed it to 0 and it seems to have sorted it out for the better now. :cool:

Cheers.
 
Back
Top Bottom