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?
I got headache how to make my fluid content will float to right.
Here and example my html
and css
How to make my id="content"
will float on right?
Set a margin and remove the float/width on #content, like so: http://jsfiddle.net/HWMJc/1/
Don't use 100% width on #content.
70% works, but there is a small gap between the two elements. You can adjust it to make it fit better though.