如何在固定位置获取div的背景?

时间:2013-01-10 20:32:02

标签: image html positioning background-image

我正在为我的新网站编写代码,因为您可以向下滚动此div我需要修复背景:

    <div id="main" style="background-image:url('bg5.png'); background-repeat: repeat; background-        size: 924px; width:924px; height: 526px;  float: right; z-index:-1; overflow-y:scroll;">
    </div>

我需要尽快回答,请帮忙!感谢

1 个答案:

答案 0 :(得分:0)

要将背景图像设置在固定位置,可以使用以下CSS:

background-attachment:fixed;

您可以在http://www.w3schools.com/cssref/pr_background-attachment.asp

找到有关background-attachment媒体资源的更多信息