【发布时间】:2015-11-29 13:17:59
【问题描述】:
HTML
<div class="bg">
// some code and text nothing crazy
</div>
css
.bg {
background-image: url("color.jpg");
background-position: top;
margin-top: -75px;
}
我的背景图像和浏览器边缘之间的两边都有白边。只是试图让我的背景图像拉伸到边缘......此时我已经尝试了过多的 . .. 背景位置,只是 reg position: relative/fixed 等。似乎都不起作用。我也尝试了 max-width ,但这似乎没有帮助。感觉好像我错过了一些明显的东西?
【问题讨论】:
-
你是否删除了
body的边距? -
如果可能请添加屏幕截图并检查您是否重置了浏览器。
-
你试过
background-size:100%吗?
标签: css width background-image css-position stretching