Quote Originally Posted by guoxiang View Post
Hi Jade,

Thanks for sending me the raw file for the topnav. I think the site looks better now.

Jade, I'm not a programmer, I have one question. How do I get rid of that white border appearing at my header?

See picture for what I mean:


You can view the website here

Regards
Cheng King Xiang
I'm not positive, as its not happening in Firefox, but I would try adjusting the padding and/or line-height here just a tad.

#navMain ul

{
padding-top: 0.5em;
list-style-type: none;
text-align: center;
line-height: 2em;
}