<! Doctype html public "-// w3c // dtd xhtml 1.0 transitional // en" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<Html xmlns = "http://www.w3.org/1999/xhtml">
<Head>
<Meta http-equiv = "content-type" content = "text/html; charset = gb2312"/>
<Title> css uses background images to implement css webpage layout with two "high-profile" columns-111cn.net </title>
<Style type = "text/css">
Body {
Margin: 0;
Padding: 0;
}
# Header, # wrap, # footer {
Width: 884px;
Margin: 0 auto;
}
# Header a img {
Border: 0;
}
# Wrap {
Background: #333 url(52css.gif) repeat-y-900px 0;
}
# Main {
Float: right;
Width: 640px;
Padding: 5px;
Background: url(52css.gif) no-repeat-234px-10px;
}
# Sider {
Float: left;
Width: 218px;
Height: 360px;
Padding: 5px;
Background: url(52css.gif) no-repeat 0-10px;
}
# Wrapclear {
Clear: both;
Width: 884px;
Height: 5px;
Line-height: 5px;
Margin: 0 auto;
Background: url(52css.gif) no-repeat 0 0;
Overflow: hidden;
}
# Footer {
Margin-top: 6px;
Height: 35px;
Line-height: 35px;
Text-align: center;
Background: # ddd;
}
# Footer {
Font-size: 13px;
Color: # 03c;
}
</Style>
</Head>
<Body>
<Div id = "header"> <a href = "http://www.111cn.net/"> </a> </div>
<Div id = "wrap">
<Div id = "main"> main <br/> <p style = "text-align: center;"> Author: <a href = "http://www.111cn.net/"> 111cn.net </a> If you need to reprint the site, please establish a link (<a href = "http://www.111cn.net/"> http://www.111cn.net/</a> ), you are not allowed to modify the content of the article or retain the copyright statement text! </P> </div>
<Div id = "sider"> sider </div>
<Div id = "wrapclear"> </div>
</Div>
<Div id = "footer"> <a href = "http://www.111cn.net/"> divcss instance: implement css webpage layout with two "high" columns through background images-111cn.net </a> </div>
</Body>
</Html>