<style> body { background-image:url( 60years.jpg); background-repeat:no-repeat; background-position: top center; padding-top:80px;} .main01{clear:both;width:778px;margin:10px auto 0px auto;overflow:hidden;} .main01 .left {float: left;width: 300px;} </style>
加上之后,是和我们网站原来头部并齐的,因为我们要看到背景中字,比如背景中的"热烈庆祝中华人民共和国成立60周年""1949-2009",所以我们另外还要做的就是
找到控制您网站最顶部的样式,给他定义一个margin-top:80px;这样原来网站的头部就往下移动80像素,这样就可以看到这些背景了。
<style> body { margin-top:80px} </style>
OK,刷新您的网页看看,有没有换上这个背景了^_^
图片地址:http://www.gzgame.com.cn/60years.jpg |