I have a header with a logo and a nav menu.
I want the nav menu to align on the bottom of the logo by the red bottom border.
Here is my jsfiddle
The nav bar should aligned to the far right, with the logo on the far left.
The width should be 960px.
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.
Use positioning instead of floats. Add
position:relativeto your#headerandposition:absolute;right:0;bottom:0;to your navigation.JSFiddle Demo
See also: