There is a defect in the following website where the search text box doesn’t align correctly with the button, all other browsers seen fine. Can’t figure out what is causing it can anyone help please?
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.
1/
Maybe add a width on floating
header div.search?2/
Or does this test code do anything? (not for production!)
It’ll give every element the hasLayout. If it solves your problem as is, you must then hunt down which element(s) really need(s) hasLayout to display properly. Could be form, its parent or one of its children … Then only give hasLayout to this element.
3/
You could also use display: inline-block on each three children of form (without whitespace in HTML code between them) and tell IE6/7