需要背景图片水平方向平铺显示,用哪个样式? A: background-repeat:repeat B: background-repeat:no-repeat C: background-repeat:repeat-x D: background-repeat:repeat-y
需要背景图片水平方向平铺显示,用哪个样式? A: background-repeat:repeat B: background-repeat:no-repeat C: background-repeat:repeat-x D: background-repeat:repeat-y
以下可以实现背景图片不重复的样式表是( )。 A: background-repeat:repeat-x; B: background-repeat:repeat-y; C: background-repeat:repeat; D: background-repeat:no-repeat;
以下可以实现背景图片不重复的样式表是( )。 A: background-repeat:repeat-x; B: background-repeat:repeat-y; C: background-repeat:repeat; D: background-repeat:no-repeat;
背景图默认重复显示,即background-repeat:repeat; ( )
背景图默认重复显示,即background-repeat:repeat; ( )
要实现背景图片在水平方向的平铺,应该设置为什么? A: background-repeat:repeat B: background-repeat:repeat-x C: background-repeat:repeat-y D: background-repeat:no-repeat
要实现背景图片在水平方向的平铺,应该设置为什么? A: background-repeat:repeat B: background-repeat:repeat-x C: background-repeat:repeat-y D: background-repeat:no-repeat
想让背景图像完全填充空间应该用background-repeat:repeat;。
想让背景图像完全填充空间应该用background-repeat:repeat;。
同时设定背景颜色和背景图像(background-repeat: repeat;)后,如何显示?
同时设定背景颜色和背景图像(background-repeat: repeat;)后,如何显示?
background-repeat属性接受的值除了:repeat,no-repeat,repeat-x,repeat-y还有哪一个?
background-repeat属性接受的值除了:repeat,no-repeat,repeat-x,repeat-y还有哪一个?
background-repeat属性有哪些值?( ) A: no-repeat B: repeat-x C: repeat-y D: repeat
background-repeat属性有哪些值?( ) A: no-repeat B: repeat-x C: repeat-y D: repeat
若背景图片比容器小,但只想要显示一张图片,且控制其位置在左侧居中显示,该如何设置代码?( ) A: .box{ background-repeat:repeat; background-position:center left; } B: .box{ background-repeat:repeat; background-position:left center; } C: .box{ background-repeat:no-repeat; background-position:center left; } D: .box{ background-repeat:no-repeat; background-position:left center; }
若背景图片比容器小,但只想要显示一张图片,且控制其位置在左侧居中显示,该如何设置代码?( ) A: .box{ background-repeat:repeat; background-position:center left; } B: .box{ background-repeat:repeat; background-position:left center; } C: .box{ background-repeat:no-repeat; background-position:center left; } D: .box{ background-repeat:no-repeat; background-position:left center; }
background-repeat的属性值有哪些? A: repeat B: no-repeat C: repeat-x D: repeat-y
background-repeat的属性值有哪些? A: repeat B: no-repeat C: repeat-x D: repeat-y