列表方块:
list-style:
none 将列表前面的序号去掉
list-style-image
可以将前面的序号变为图片
格式与布局: 位置 position
fixed 固定 相对于浏览器边框位置固定
absolute 绝对位置 相对于父级元素(浏览器,绝对定位的上级)
relative 相对位置 相对于自身应该出现的位置
top 距离上边的距离
right 距离右边的距离
bottom 距离下边的距离
left 距离左边的距离
流: float
left 向左流
rlght 向右流
clear both 清除掉”流“
z-index 分层
谁的值越大谁就越靠上