<html>
<head>
<style type="text/css">
body {
background-image:url('/images/logo.gif');
background-repeat: no-repeat;
background-attachment: fixed;
}
#codefans_net{
height:1628px;
}
</style>
<title>CSS背景不滚动</title>
</head>
<body>
<div id="codefans_net">拖动滚动条,文字会消失,背景依然存在。</div>
</body>
</html>