Just curious as to why this bit of css
select, input, textarea, button
{
font:99% sans-serif;
}
forces the ‘submit’ button below the textarea and off to the bottom lefthand side on this page.
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.
The textarea is too large and it’s pushing it back up.
I’d recomment resizing the width of the text area and adding
float:rightto the textarea,float:leftto the button andoverflow:hiddento the<section id="content">