下列哪个是( )设置背景图片(bg.gif)水平方向平铺?
A: background:url(bg.gif) repeat-x;
B: background:url(bg.gif) repeat-y;
C: background:url(bg.gif) no-repeat;
D: background:url(bg.gif);
A: background:url(bg.gif) repeat-x;
B: background:url(bg.gif) repeat-y;
C: background:url(bg.gif) no-repeat;
D: background:url(bg.gif);
举一反三
- 以下( )代码可以实现背景平铺效果 A: div{background-image:url(image/bg.gif);} B: div{background-image:url(image/bg.gif) repeat-x;} C: div{background-image:url(image/bg.gif) repeat-y;} D: div{background-image:url(image/bg.gif) no-repeat;}
- 让一个盒子的背景图片只横向平铺() A: background:url(a1.jpg)repeat-x; B: background-color:repeat-x; C: background:url(a1.jpg)repeat-y; D: background:repeat;
- 下列CSS代码进行缩写,符合缩写规范的是( )。 background-position : 0 0 ; background-repeat : no-repeat ;[br][/br]background-image : url( bg.gif ) ; A: ackground-image : "bg.gif" no-repeat 0 0 ; B: ackground : "bg.gif" no-repeat 0 0 ; C: ackground : url( "bg.gif" ) no-repeat 0 0 ; D: ackground-url : "bg.gif" no-repeat 0 0 ;
- 设置背景颜色为 green, 背景图片垂直居中显示, 背景图片充 满整个区域,但是背景图片不能变形 , 图片只出现一次,以下书 写正确的是(): A: background:url("../img/img1.jpg") no-repeat center/cover green; B: background:url("../img/img1.jpg") repeat center/cover green; C: url("../img/img1.jpg") no-repeat center/100% green; D: url("../img/img1.jpg") no-repeat center/100% 100% green;
- ( )属性可以设置背景颜色。 A: bg B: background C: background-color D: background-image