-
body{ margin:0; padding:0; font-size:30px; font-weight:bold} div{ text-align:center; line-height:50px} .top{ height:100px;background:#9CF} .head,.main{ width:960px;margin:0 auto;} .head{ height:100px; background:#F90} .left{ width:220px; height:600px; background:#ccc; float:left;} .right{ width:740px; height:600px;background:#FCC; float:right} .r_sub_left{ width:540px; height:600px; background:#9C3; float:left} .r_sub_right{ width:200px; height:600px; background:#9FC; float:right;} .footer{ height:50px; background:#9F9;clear:both;/*删除浮动 }查看全部
-
绝对定位 一般伴随着 left top right bottom 属性查看全部
-
浮动 float 和 绝对定位 position:absolute 使得文档脱离了文档流查看全部
-
左右排列用到了浮动查看全部
-
清除浮动两种方法:1. clear:both; 2. overflow:hidden.查看全部
-
margin: 0 auto;居中对齐查看全部
-
clear:left clear:right clear:both查看全部
-
margin:0 310px 0 210px 上 右 下 左查看全部
-
浮动(float)和绝对定位(position:absolute;)可以让元素脱离文档流查看全部
-
position:absolute float:left margin: top right bottom left查看全部
-
浮动和绝对定位可以脱离文档流查看全部
-
自适应用百分比来表示查看全部
-
将DIV放置在网页中间用MARGIN 标签,0 auto,0代表垂直 ,auto代表左右方向。查看全部
-
网页高度可以自适应查看全部
-
网页宽度可以根据不同电脑屏幕分辨率设成百分比形式查看全部
举报
0/150
提交
取消