Total Pageviews

Monday, 26 December 2011

首页头部的图片背景的代码



将代码放在头部文件的<head></head>中间就可以了,建议把图片保存到自己的空间,提升图片的读取速度!

以下为引用的内容:
<style>
body { background-image:url(http://urdomain.com/xxx.jpg); background-repeat:no-repeat; background-position: top center;  padding-top:48px;}
</style>

No comments:

Post a Comment