我正在为我的新网站编写代码,因为您可以向下滚动此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>
我需要尽快回答,请帮忙!感谢
答案 0 :(得分:0)
要将背景图像设置在固定位置,可以使用以下CSS:
background-attachment:fixed;
您可以在http://www.w3schools.com/cssref/pr_background-attachment.asp
找到有关background-attachment
媒体资源的更多信息