maxcold
新手上路

UID 69695
精华
0
积分 34
帖子 19
金钱 34 喜悦币
威望 0
人脉 0
阅读权限 10
注册 2006-3-16
状态 离线
|
[广告]: Enom域名自助付费 自助注册 自助PUSH 主流域名COM等一律57.99元年
为什么背景色,不能全屏幕呢。请看代码
body {
text-align: center;
margin: 0;
padding: 0;
background-color: c40000;
}
#boxer {
width: 778px;
margin-right: auto;
margin-left: auto;
}
#top {
background-image: url(../images/top.png);
background-repeat: no-repeat;
background-position: center;
height: 130px;
}
#header {
height: 107px;
width: 778px;
}
#new {
height: 150px;
width: 778px;
background-image: url(../images/new.gif);
background-repeat: repeat;
background-position: center;
}
#topmenu {
height: 23px;
width: 778px;
}
#footer {
background-image: url(../images/footer.png);
background-repeat: no-repeat;
background-position: center;
height: 44px;
width: 778px;
}
#main {
background-image: url(../images/main.png);
background-repeat: repeat-y;
background-position: center;
height: 800px;
position: relative;
width: 778px;
top: 0px;
}
附件: 您所在的用户组无法下载或查看附件
|
|