【问题标题】:Make background image repeat even after scrolling to the right即使在向右滚动后也使背景图像重复
【发布时间】:2012-12-03 02:19:34
【问题描述】:

这就是问题所在 http://screencast.com/t/Dgfd5vTeEY

这是网站 http://eotomarketingsystems.com/

我到处寻找,但唯一的方法是让背景图像全宽。是通过使用这里的方法:CSS Tricks—Full Background Image, 但它是固定的背景图像,这把一切都搞砸了。滚动到右侧后,是否有更简单的方法让它到达该区域?

【问题讨论】:

  • 为什么会有滚动条?我建议删除它并为您的容器设置最大或固定宽度

标签: html css background-image background-repeat


【解决方案1】:

现在在你的body css中定义min-width像这样

如果你的main wraper 宽度980px;

比定义你的

body{
min-width:980px;
}

【讨论】:

    猜你喜欢
    • 2012-11-30
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2015-01-30
    相关资源
    最近更新 更多