I am using a wrapper but I am pretty confused. I want the two resultbox divs to be in line with the submit div.
Take a look here:
What am I doing wrong?
I’m not very familiar with CSS.
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.
Part of the problem is that there are issues with your HTML. Here’s a start:
divs are closed.floats from your cssdisplay:inline-block;.wrapperclass to be.wrapper1(matching the HTML)So, this is more what you want, I assume:
and the HTML
Example: http://jsfiddle.net/QtVwr/2/
You will still need to fiddle with it. But this is a start.