The sidebar and content in the middle of CSS layout for web page making can't be put together.

This needs to be achieved by setting the floating of elements.

1. The sidebar and content area are set to float, as follows:

& ltdiv? id = container & gt

& ltdiv? Id = parameter & gt left column

& ltdiv? Id = main & gt the main part of the article.

& lt/div & gt; Css settings float as follows:

# Parameter {

Floating: left;

}

#main{

Floating: left;

}2, other effects can be set css style as needed.