#lujing{ background-image:url(images/navbg.gif); background-repeat: ; } 上面代码中,设置id为lujing的页面路径背景图像为images/navbg.gif,将background-repeat:的属性值设置为(),可以使背景图像水平重复。
A: repeat-x
B: repeat-y
C: repeat
D: no- repeat
A: repeat-x
B: repeat-y
C: repeat
D: no- repeat
举一反三
- 设置背景图像位置的代码是()。 A: background-color:#b4f4fd; B: background-image:url(images/bg4.jpg); C: background-repeat:repeat; D: background-position:center bottom;
- 使用CSS设置背景图像横向平铺,应该设置其background-repeat的属性值为( )。 A: repeat-x B: repeat C: repeat-y D: no-repeat
- 设置CSS背景图片中,用于设置网页元素的背景图像无背景的代码是什么 A: background-image:repeat; B: background-image:repeat-x; C: background-image:repeat-y; D: background-image:none;
- 要实现背景图片在水平方向的平铺,应该设置为什么? A: background-repeat:repeat B: background-repeat:repeat-x C: background-repeat:repeat-y D: background-repeat:no-repeat
- 背景图默认重复显示,即background-repeat:repeat; ( )