im trying to make a menu with with JQuery, it works good when i’m using one menu-item, but when i’trying to implement a second menu-item, it is displayed at the middle of the previous menu item…
Share
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.
First, never use tables for non-tabular data.
Second, add “float: left” to your
.menuclass.Updated Fiddle: http://jsfiddle.net/ZxvkN/19/