background:url(icon1.gif) no-repeat 5px 7px;什么意思?
在CSS中定义Li为:
li{
background:url(icon1.gif) no-repeat 5px 7px;
}
这句CSS怎么解释?
------解决方案--------------------li 的背景图片为icon1.gif
no-repeat的意思是 背景不重复
5px 7px 意思是 背景图片从相对li top:5px left:7px 的位置开始显示。
------解决方案--------------------Web 开发常用手册
JScript语言参考.rar
http://download.csdn.net/source/308916
DHTML参考手册.rar
http://download.csdn.net/source/308913
样式表中文手册.chm
http://download.csdn.net/source/304124
------解决方案--------------------1楼正确
------解决方案--------------------一看就是CSS SPRITES,这里有:http://www.okajax.com/a/200906/CSS_Sprites.html