If I have container and I floated it to the right, will elements I float inside(eg. left) float to the left until it reaches edge of float container? Or I need to assign position:relative; for float to control it inside container?
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.
It will float wherever you want it to float.
Take a look http://jsfiddle.net/79nRM/:
HTML
CSS