background: #F3F2E2 url(1234.png) no-repeat; } .box1 { background-position:0% 0%; } .box2 { background-position:0% 33.33333%; } .box3 { background-position:0% 66.66666%; } .box4 { background-position:0% 100%; } 点击这里查看最后的效果。可以看到第二和第三个方块的设置,并不...
在CSS中使用背景图片,设置图片不会跟随网页上下滚动的是 ( )A.background-repeat:no-repeatB.background-repeat:repe
一般的情况要加 div加背景图一般是这样的 backgruound:url(../images/xt.jpg) no-repeat;欢迎访问本网站大学生抱团网
可能的哦,在css中的写法是这样的:background:url(../images/**.jpg) no-repeat center center;就这样是可以实现居中的,你自己试一试吧
no-repeat 0px -500px 这个是说背景不填充只是左(还是上忘了多试两下吧)位移-500像素。。。
css中设置背景图片 不重复的代码是background-repeat:no-repeat() 点击查看答案 第2题 css中设置背景图片 不重复的代码是background-repeat:no-repeat() 点击查看答案 第3题 css中设置背景图片 不重复的代码是background-repeat:no-repeat() 点击查看答案 第4题 css中设置背景图片 不重复的代码是background...
题目阅读以下设置页面背景图片的CSS代码,下列说法正确的是( )(选择一项) A.ckground:link(images/new.gif)left no-repeat;B.link应该改为srcC.link应该改成urlD.no-repeat 应该改成no_repeatE.无语法错误相关知识点: 试题来源: 解析 B 反馈 收藏
百度试题 题目设置背景图片在水平方向上平铺的CSS语句是 ( ) 。 A.repeatB.repeat-xC.repeat-yD.no-repeat相关知识点: 试题来源: 解析 B 反馈 收藏
要使网页中的某背景图片在行上进行重复显示,则应使CSS中background-repeat的值设置成()。A.repeatB.repeat-xC.repeat-yD.no
A.link应该改为src B.link应该改成url C.no-repeat 应该改成no_repeat D.无语法错误 查看答案