====================
CSS原始码
====================
body{
margin:0; padding:0px} (如果你要置中,在Firefox要正常,就要改成margin: 0px auto;)
#DivTop {
width:1000px;
} (或者设定百分比)
#DivContainer {} (可以不用设立width,没有设定会预设为100%)
#DivLeft {
width:200px; float:left; }
#DivRight {
width:200px; float:right;}
#DivContent {
margin-left:200px;margin-right:200px;}
#DivFooter {
clear:both;}
====================
HTML原始码
====================
华山论剑室
查看更多关于一般的DIV+CSS三栏式排版_html/css_WEB-ITnose的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://www.haodehen.cn/did102485