css定位
1.动态转换
相对定位就是允许在文档的原始位置上进行偏移。而绝对定位则允许任意定位。
属性 属性含义 属性值
position 定义位置 absolute|relative|static
left top 指定横向 纵向坐标 length|percentage|auto
width height 占用空间的大小 同上
clip 剪切 shape|auto
overflow 内容超出时的处理方法 visible|hidden|scroll|auto
z-index 产生立体效果 auto|integer
visibility 定义可见性 inherit|visible|hidden
2. 空间定位