今天把css在firefox下给居中了! 不指定

admin , 2006/04/21 21:43 , 代码片段,演示也有 , Comments(0) , Reads(3261) , Via Original


body,td,th {
 font-size: 12px;
}
body {
 background-image: url(images/bg.gif);
 margin-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;  
}
#all {
   
 margin:0px auto 0px auto;
 padding: 0px;
}
#body {
 text-align: center;
 background-color: #FFFFFF;
 height: auto;
 width: 778px;
 padding-right: 5px;
 padding-left: 5px;
}
#head_top {
 width: 100%;
 height: 87px;
 background-color: #F0F1F3;  
 margin-bottom: 3px;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #CCCCCC;
}
#head_menu {
 color: #FFFFFF;
 background-color: #C60000;
 text-align: center;
 height: 20px;
 width: 100%;
 padding-top: 5px;
}
#copytop {
 color: #FFFFFF;
 background-color: #C60000;
 text-align: center;
 height: 20px;
 width: 100%;
 padding-top: 3px;
}
#copyright {
 background-color: #EAEAEA;
 height: 50px;
 width: 100%;
 padding-top: 20px;
}

</style>

<div id="all"  align="center">



没有想到最后面用了这个,呵呵,不过在%之后,好多了!
Tags:
Add a comment

Nickname

Site URI

Email

Enable HTML Enable UBB Enable Emots Hidden Remember [Login] [Register]