让一个盒子的背景图片只横向平铺()
A: background:url(a1.jpg)repeat-x;
B: background-color:repeat-x;
C: background:url(a1.jpg)repeat-y;
D: background:repeat;
A: background:url(a1.jpg)repeat-x;
B: background-color:repeat-x;
C: background:url(a1.jpg)repeat-y;
D: background:repeat;
举一反三
- 下列哪个是( )设置背景图片(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: repeat B: repeat-x C: repeat-y D: no-repeat
- 设置背景图片在水平方向上平铺的CSS语句是()。 A: repeat B: repeat-x C: repeat-y D: no-repeat
- 设置图片背景平铺的属性是background-repeat, 若设置背景图片不平铺,该属性设置的值应该为( )。 A: repeat B: no-repeat C: repeat-x D: repeat-y
- 下列选项中,设置背景图在横向上平铺的取值为() A: repeat B: repeat-y C: repeat-x D: no-repeat