position定位
position:relative 相对定位
absolute 绝对定位
fixed 固定定位 拖动网站,依旧在固定的位置
position:relative; 相对于原来的定位进行偏移
top:-20px;
left:20px;
默认定位 :static
→ left | top
设定无效
#father{ position:relation; }
#son2{ position:absolute; }
不写 relation
,son2
找不到 father
会去找 body
z-index: 0~999;
数字大放上面
opacity:x
x=0~1 透明值
filter-alpha:
x=0~100