定位属性有11个:z-index
position
clip
cursor
top,right,bottom,left
overflow,overflow-x,overflow-y
position的值共有5个: inherit
static
absolute
relative
fixed
麻烦的地方来了:
inherti继承父类,static默认,
absolute:绝对定位
原文:http://www.cnblogs.com/kaililikai/p/5786810.html