让背景图片一直不动

<style>


body 
{
background-image
: url(http://www.baidu.com/img/baidu_sylogo1.gif);
background-repeat: no-repeat;
font-family
: "宋体";
font-size
: 12px;
line-height
: normal;
font-weight
: normal;
color
: #000;
background-attachment
: fixed;
}

</style>
posted @ 2012-01-12 09:12  海底的鱼  阅读(341)  评论(0编辑  收藏  举报