用图片做背景图的时候

<html>
<head>
<style type="text/css">
body
{
background-image: url("../i/eg_bg_03.gif"/*tpa=http://www.w3school.com.cn/i/eg_bg_03.gif*/);
background-repeat: no-repeat;
background-attachment:fixed;
background-position: 50px 100px;
}
</style>
</head>

<body>
<p><b>注释:</b>为了在 Mozilla 中实现此效果,background-attachment 属性必须设置为 "fixed"。</p>
</body>
</html>

否则会出现咋火狐浏览器的情况下

而在正常的浏览器正常的情况:

 

posted @ 2016-12-24 20:13  陈晓猛  阅读(311)  评论(0编辑  收藏  举报