首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > CSS >

关于CSS式样的一些应用体会

2012-10-11 
关于CSS样式的一些应用体会将层设置在肯定位置position:absolutebottom:0left:0超过隐藏width:682pxhei

关于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}

热点排行