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.