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

应用图片作为背景有关问题

2013-12-29 
应用图片作为背景问题background-image: url(../images/jt.png) no-repeat scroll -99999px -99999px tr

应用图片作为背景问题
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看

热点排行