【发布时间】:2014-05-25 14:35:40
【问题描述】:
有人能解释一下下面样式中“底部中心滚动”的含义吗
background: #f5f5f5 url('/img/bg.jpg') no-repeat bottom center scroll;
这里用http://startbootstrap.com/templates/grayscale/填充背景。如果我删除“底部中心滚动”,图像将不会随着浏览器尺寸的减小而缩放。我很想了解价值到底在做什么以及为什么它对图像的缩放方式很重要
【问题讨论】:
-
w3.org/TR/CSS21/colors.html (14.2)
标签: css responsive-design background-image scaling