以下哪些是background-attachment的属性值
A: scroll
B: fixed
C: none
D: inherit
A: scroll
B: fixed
C: none
D: inherit
举一反三
- background-attachment的属性值是() A: left B: fixed C: none D: scroll
- 在CSS提供的background-attachment属性中,它的属性值可以是()。 A: fixed和none B: scroll和none C: fixed和scroll D: fixed、scroll和normal
- 以下那些选项是属性background-attachment的属性值() A: fixed B: scroll C: top D: bottom
- background-attachment属性有两个属性值,分别为scroll和fixed
- 可以设置背景图像平铺方式的是________。 A: background-attachment:fixed; B: background-repeat:repeat-x; C: background-attachment:scroll; D: background-attachment:none;