new_file /* * COMMon * ********** */ a{text-decoration: none;} a:hover{color: gold;} /* * COLOR * ******* */ div{text-align: center} .red{background-color:red} .green{background-color:green} .yellow{background-color:yellow} .silver{background-color:silver} .gray{background-color:gray} .pink{background-color:pink} .orange{background-color: orange} .blue{background-color:blue} /* * 元素 * ***** */ /* * header * ********** */ #logo{height: 100px;} #contactway{height:67px;float: right } #nave{height:33px;width:700px; float: left;background-image: url(src/nv.png);background-repeat: no-repeat;overflow: hidden;} #nave ul{list-style: none;float: left;height: 32px;} #nave ul li{float: left;width: 100px;text-align: center;margin-left: 0px;height: 32px;} #nave ul li a{line-height: 32px;font-weight:bold;display:inline-block; color: white;width: 100%;height: 100%;} #nave ul li a:hover{background-image: url(src/nvbk.png);background-repeat: no-repeat;} /* * center * ********** */ #cases{width: 100%;float: left;}
查看更多关于【HTML】ie6包含img的div多2px的bottom值[div高度自适应]_html/css_的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://www.haodehen.cn/did113092
【HTML】ie6包含img的div多2px的bottom值[div高度自适应]_html/css_
阅读:27次