欢迎来到DIVCSS5查找CSS资料与学习DIV CSS布局技术!
<html>
<head>
<style type="text/css">
body
background-image: url('/i/eg_bg_03.gif');
background-repeat: no-repeat;
background-attachment:fixed;
background-position: 30% 20%; 
}
</style>
</head>
 
<body>
<p><b>注释:</b>为了在 Mozilla 中实现此效果,background-attachment 属性必须设置为 "fixed"。</p>
</body>
</html>
 

如需转载,请注明文章出处和来源网址:http://www.divcss5.com/shili/s53575.shtml