网站的背景怎么做

来源:百度知道 编辑:UC知道 时间:2024/05/21 08:51:29
我别的都做好了。就是不知道背景怎么做 谁和我说下啊
我用的是 Microsoft Office FrontPage 2003

要用代码的,例如:
。</head>

代码:

<style>

body { background-image:url(http://图片地址); background-repeat:no-repeat; background-position: top center; padding-top:52px;}

.main01{clear:both;width:960px;margin:10px auto 0px auto;overflow:hidden;}

.main01 .left {float: left;width: 300px;}

</style>