利用CSS表现XML时,如果我们希望元素内容滚动时,元素的背景图像不随之滚动,而是附加于窗口,这时需将“background-attachment”属性的值设置为()。
A: scroll
B: pinned
C: fixed
D: fix
A: scroll
B: pinned
C: fixed
D: fix
举一反三
- 中国大学MOOC: 利用CSS表现XML时,如果我们希望元素内容滚动时,元素的背景图像不随之滚动,而是附加于窗口,这时需将“background-attachment”属性的值设置为( )。
- 假设页面背景中包含背景图像,则下列()可以使该元素内容在滚动的过程中,背景图像保持不动。 A: background-attachment: fixed; B: background-attachment: scroll; C: background-attachment: local; D: background-attachment: normal;
- 如果希望背景图像固定在屏幕上,不随着页面元素滚动,可以使用如下()代码来实现? A: background-attachment: scroll; B: background-position:0px 0px; C: background-repeat: no-repeat; D: background-attachment: fixed;
- 用CSS表现XML时,如果要设置元素内容的背景图像,则需设置CSS的()属性,其取值为()。
- 要图像固定在屏幕上,不随页面元素滚动,以下正确的是() A: background-position:center; B: background-attachment:fixed; C: background-attachment:scroll; D: background-repeat:no-repeat;