布局 body { font-family: Verdana, Arial; margin: 0; font-size: 12px; } div { background-color: #eee; border: dotted 1px green; text-align:center; } #dyleft { float: left; width: 200px; height:200px; margin-left:20px; line-height:200px; } #dycenter { margin: 0 210px; height:200px; line-height:200px; } #dyright { float: right; height:200px; line-height:200px; width: 200px; margin-right:20px; }
div左栏固定宽度为200px
查看更多关于cssdiv布局(左右固定,中间自动大小)_html/css_WEB-ITnose的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://haodehen.cn/did102801
cssdiv布局(左右固定,中间自动大小)_html/css_WEB-ITnose
阅读:28次