CSS3全屏图片视差滚动切换
1、新建html文档。

3、初始化css代码。<style>* { margin: 0; padding: 0 }body { text-align: center; width: 100%; }html { overflow-y: scroll }button { border: 0 }li { list-style: none }img { border: 0; }a { color: #06c; text-decoration: none; cursor: pointer; outline: none; hide-focus:expression(this.hideFocus = true);}a:hover { color: #06c; text-decoration: underline }.clear{content:"";display:block;visibility:hidden;height:0;clear:both;}.clear{zoom:1}</style>

5、代码整体结构。
