css样式整体设置

来源:互联网 发布:詹姆斯历年数据 编辑:程序博客网 时间:2024/05/21 11:12
* {
    margin:0;
    padding:0;
}
html, body {
    height:100%;
}
html {
    min-width:980px;
}
body {
    background:url(images/main-bg.gif) 0 0 fixed #eeefe5;
    font-family:Arial, Helvetica, sans-serif;
    font-size:100%;
    line-height:1.375em;
    color:#000;
}

img {
    border:0;
    vertical-align:top;
    text-align:left;
}
object {
    vertical-align:top;
    outline:none;
}
ul, ol {
    list-style:none;

}

li,a,img{

display block;

}