日期:2014-05-16  浏览次数:20597 次

应用图片作为背景问题
background-image: url('../images/jt.png') no-repeat scroll -99999px -99999px transparent;
后边的no-repeat scroll -99999px -99999px transparent这个是什么意思?

------解决方案--------------------
http://www.w3school.com.cn/css/pr_background.asp

看下background的设置相关的东西

为啥我看着1楼是发的一堆网址,这是在打广告,还是在搞毛?
------解决方案--------------------
http://www.w3school.com.cn/css/pr_background.asp
background-image: url('../images/jt.png') 
background-attachment:scroll
background-repeat:no-repeat
background-position:-99999px -99999px
background-color:transparent/*没有img的时候显示父级背景*/
可以拆成这样 具体的上w3c看