why there is a space between <div class="nav-top">...</div> and <div class="nav-inner clear"> </div>? (the test navigation and the bottom part)
how to alter it. thank you.
the correct style shows as this
. the two parts is joined together.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Its because the links in your navigation has a fixed height of 23px. Change it to 21px.
Specifically, th erule I’m talking about is
in style.css
I used firebug to debug this in 2 minutes. You should use it too!