I got headache how to make my fluid content will float to right.
- left sidebar is fixed size.
- right content is fluid size.
Here and example my html and css
How to make my id="content" will float on right?
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.
Set a margin and remove the float/width on #content, like so:
HTML:
CSS:
http://jsfiddle.net/HWMJc/1/