2008北京奥运即将到来,一些网站顶端的变化

2008:现发都能北京奥运即将到来,大家可能都发现:

一些网站头部会突出关于奥运的信息,很多人不知道怎么弄,其实大部分就是修改了CSS样式来实现。

下面就是body的代码

body {background:url(图片地址) top center no-repeat;padding-top:50px;}

 //  top center no-repeat    图片顶端居中,不重复显示
//  padding-top:50px   头部下移50像素