After creating a selectbox and adding CSS to it, a <p> tag aligns next to the select box throwing off the page. Here is my jfiddle
Any suggestions on this 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.
You
floatthe<select>element to the left, but don’t clear it, so there’s probably a better way to do this, but frankly you have a bunch irrelevant code in that jsFiddle that I’m not going to delve into the structure of:The point is applying the
clear:bothstyle property to an element surrounding the context, or where a new one is started.