In the following example, I’m trying to get the text, input box and icon to align without over lapping.
Is there some css I’m missing?
Thanks
Edit, sadly I need a solution which will work with FF and IE6 🙁
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.
You have a lot of irrelevant CSS in your fiddle and the only relevant bit isn’t getting called as it in your example requires to be under a
ulwith id#icons. Removing theul#iconswith the following:Should make it work as you described.
example:
http://jsfiddle.net/niklasvh/kTFw7/