<style type= "text/css">
body{
background-image : url('images\\mulan.gif');
background-attachment : fixed;
}
</style>
<style type= "text/css">
body{
background-image : url('images\\mulan.gif');
background-attachment : scroll;
}
</style>
-스크롤바를 내리면 그림과 글씨가 같이 내려간다.