背景图问题?

哪里有背景图不动,文字可以上下移动的页面,我只要地址就可以了,我一时找不到这样的页面,先谢谢了!
---------------------------------------------------------------

在插入背景图片的时候可以这样写:

 1<body background="背景图片.xxx" bgproperties="fixed">   
 2  
 3\---------------------------------------------------------------   
 4  
 5<body background="01.jpg" bgproperties="fixed">   
 6  
 7背景居中:   
 8<style>   
 9BODY {background-image: URL(http://…);background-position: center;   
10background-repeat: no-repeat;background-attachment: fixed;}   
11</style></body></body>
Published At
Categories with Web编程
comments powered by Disqus