求代码---关于文字动而背景图片不动,急……高分相送...

给出代码或相关效果的网址,收到即给分。
---------------------------------------------------------------

在页面中如何加入不是满铺的背景图片,拉动页面时背景图不动

1<html><head>
2<style>   
3body   
4{background-image:url(logo.gif); background-repeat:no-repeat; background-position:center }   
5</style>
6</head>
7<body bgproperties="fixed">
8</body>
9</html>
Published At
Categories with Web编程
comments powered by Disqus