在滚动期间使用css保持背景图片固定 [英] Keep background image fixed during scroll using css

查看:422
本文介绍了在滚动期间使用css保持背景图片固定的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这将是相当愚蠢的我问,但我如何保持背景图片固定的页面滚动。我有这个CSS代码,图像是身体的背景,不是< div>< / div>

This is going to be rather silly of me asking, but how do I keep the background image fixed during a page scroll. I have this css code, and the image is a background of the body and not <div></div>

    body{
 background-position:center;
 background-image:url(../images/images5.jpg);
}

感谢
Jean

Thanks Jean

推荐答案

background-attachment: fixed;

http://www.w3.org/TR/CSS21/colors.html#background-properties

这篇关于在滚动期间使用css保持背景图片固定的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆