急!!DIV CSS 浏览器兼容问题!!!!

来源:百度知道 编辑:UC知道 时间:2024/05/29 14:03:41
下面这段代码是从css.css文件中复制出来的,在IE7下看起来都正常,在IE6和8下就面目全飞了..哪位老大有空帮忙看看..给个都兼容的代码.不胜感激.(注:楼主对这方面知识很少)
*{margin:0px; padding:0px;}

body {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
}

td {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
}

th {
font-family: Arial, Helvetica, sans-serif;
}
a:link{ color:#666666; text-decoration:none;}
a:visited{ color:#666666; text-decoration:none;}
a:hover{ color:#09438F; text-decoration:none;}
/*表格内容样式*/
.td_txt{ color:#666666; line-height:180%;}

.txt14{ font-size:14px;}
.chu{font-weight:bold;}

/*头部文件*/
#top{width:100%; height:104px;}
#top1
{
width: 900px;
margin: auto;
height: 77px;
}
/*LOGO样式*/
#top_logo{width:100%; height:74px; background-image:url(images/logo.jpg); float:left;}
#top_right{ width:139px; height:27px; float:right;}
.tb1{width:65px

没有绝对兼容的css的,都是对着html调样式的,你发了两次,还是只发css。附带html看看有没有人帮你吧,调兼容是相当费时间的事情。

不贴出全部的代码怎么帮你? 只看CSS可帮不了你。。