jsfiddle: http://jsfiddle.net/n2gSj/
in internet explorer the search bar is located under the ‘contact us’. however it should be like the jsfiddle (on the right side of the menu bar).
what is preventing it from doing this?
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.
Can you try wrapping the form in a li ?
You will want to update the CSS rules on the li elements so that some only apply to the menu items.
Look at the rule here: #NOINTERFERE00_menu li:hover (This one applies a grey box around the element on hover)
I have added a class isMenuItem to your li tags if the li represents a menu item and then I have updated the CSS rule which creates the grey box to only apply to menu items.
Code here: http://jsfiddle.net/n4gSj/5/