1>>
1。非常重要
2.fixed 固定定位
3.relative 相对定位
4.absolute 绝对定位:是相对于他的父类位置进行调整 left top right bottom
5<div style="positon:relative">
<div style="position:absolute"></div>
</div>
这么使用的优点:可以在各种分辨率不同的浏览器下进行一个网页整体的布局
而不会出现,内容偏差
2>>
优先级
z-index !importent
3>>
旋转插件的应用
4>>
jquery的初级应用
window.onload
5>>
random(随机)的应用
Math.random() 所随机的数值是0~1
1。非常重要
2.fixed 固定定位
3.relative 相对定位
4.absolute 绝对定位:是相对于他的父类位置进行调整 left top right bottom
5<div style="positon:relative">
<div style="position:absolute"></div>
</div>
这么使用的优点:可以在各种分辨率不同的浏览器下进行一个网页整体的布局
而不会出现,内容偏差
2>>
优先级
z-index !importent
3>>
旋转插件的应用
4>>
jquery的初级应用
window.onload
5>>
random(随机)的应用
Math.random() 所随机的数值是0~1

