标签:
1. 定位,改变元素在页面上的位置
2. CSS定位机制:
普通流:元素按照其在HTML中的位置顺序决定排布的过程
浮动
float: left right none inherit
clear: left right both inherit
绝对布局
3. 定位属性
坐标轴方向:分清楚两个轴的方向跟我们左右手对比
static对偏移量(left top),z-index无效
z-index,值谁大谁在上面
positio: static relative absolute fixed
top bottom left right
overflow clip
vertical-align
z-index
标签:
原文地址:http://www.cnblogs.com/htmlphp/p/4772913.html