关于CSS样式的一些应用体会
将层设置在肯定位置position:absolute;bottom:0;left:0
超过隐藏width:682px;height:325px;overflow:hidden
设定背景图片的位置:
.imgC li {cursor: pointer;height:20px; width:18px;float:left;display:inline-block;*display:inline;*zoom:1;width:18px;height:20px;background:url(../img/02.png) no-repeat right top;margin-top:6px}
.imgC .active {background-position:0 0}