web 开发点滴(4)使用css div做网页部局
时间:2010-11-08 来源:安羽.
(不然设置:一是看不出来、二是空间为0设置位置没意义、三是设置位置是无效位置)
1)div定位不要使用left属性 top属性来定位,推荐使用margin-left\margin-top属性来定位。
3)一般不直接元素定位,建议使用div包裹后定位
2)div定位常用的属性
position:[relative][static](absolute(绝对)relative(相对)static(静态))
float:left;
clear:left;
display:block;
margin-left:200px;
margin-top:200px;
相关阅读 更多 +