样式实现背景图像固定在屏幕上,不随页面元素滚动
举一反三
- 要图像固定在屏幕上,不随页面元素滚动,以下正确的是() A: background-position:center; B: background-attachment:fixed; C: background-attachment:scroll; D: background-repeat:no-repeat;
- 如果希望背景图像固定在屏幕上,不随着页面元素滚动,可以使用如下()代码来实现? A: background-attachment: scroll; B: background-position:0px 0px; C: background-repeat: no-repeat; D: background-attachment: fixed;
- 如果网页内容比较长,在页面滚动时,背景图像也会一起滚动,可以将背景图像设置为固定。设置背景图像固定的属性是()。 A: background-position B: background-attachment C: background-repeat D: background-image
- 样式实现背景图像平铺不平铺(图像位于元素的左上角,只显示一次)
- _______可以设置背景图像固定在某一位置,不随滚动条移动。