my problem is that when I try to show my dropdown menu under “Departamentos” its kinda to the left… not in the right position under Departamentos…
I try for hours but nothing, What could be the problem??
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.
Change
#mainNav lifromdisplay:block;todisplay:inline-block;. Just tried in firebug, menu moves to the right place.The problem is that with
display:blockordisplay:inlinelihas zero width (despite inner content) and thus alllielements are shifted to the left.display:inline-blockmakes it stretch to incorporate inner content.You can see the area element takes highlighted if you move mouse over it in html tab in firebug.