CSS跨浏览器如何调试

    我在做页面的过程中,!important的css hack对IE 6.0 和 IE 8.0调试完毕后,使用搜狗浏览器貌似有些许出入,搜狗浏览器的标准莫非另有一套,很无奈啊,各位达人有什么好招没有解决搜狗的问题。附上我做的一个页面,因为大小有限制,就没多传,请各位指正。

body
{

padding: 35px 0px 35px 10px;
}

#rq{
width:1024px;
height:1502px;
margin:0 auto;
background:url(../tp/bj.jpg);
border:thin #0000FF dashed;
}

#head
{
position: relative;
width: 1024px;
height: 310px;
background:url(../tp/head.png);

border:thin #0000FF dashed;

}

/*******************************************/
#dhl{
width:auto;
height:43px;
background: url('../tp/dhl.png') no-repeat;
padding-top:8px !important;
padding-top:5px;
border:thin #FF0000 dashed;

}

#dhl_sy{

float:left;
width:60px;
height:30px;
margin-left: 80px !important;
margin-left:10px;
border:thin #FF0000 dashed;
}

#dhl_ts{

float:left;
width:130px;
height:30px;
margin-left:50px !important;
margin-left:35px;
border:thin #FF0000 dashed;
}

#dhl_sn{

float:left;
width:230px;
height:30px;
margin-left:50px !important;
margin-left:45px;
border:thin #FF0000 dashed;
}

#dhl_xs{

float:left;
width:128px;
height:30px;
margin-left:43px !important;
margin-left:42px;
border:thin #FF0000 dashed;
}

#dhl_lq{

float:left;
width:130px;
height:30px;

margin-left:43px;
border:thin #FFFFFF dashed;
}

/*******************************/

#tssn{

height:390px;
background: url(../tp/tssn.png);
border:thin #FF0000 dashed;

}

#snxs{

height:204px;
background: url(../tp/snxsfb.png);
border:thin #FF0000 dashed;

}

/**************************************/
#xsdh{

height:230px;
background:url(../tp/xsdhfb.png);
padding-top: 65px;
padding-left: 38px;

border:thin #FF0000 dashed;

}

#bk{

float: left;
width: 250px;
height: 110px;
margin-left:35px;
background:url(../tp/xhk.png);
border:thin #FFFF00 dashed;

}

/*************************************/

#lqzt{

height:173px;
padding-top:23px;
border: thin #00FF00 dashed;

}

#lq_bt{

height: 55px;
line-height:55px;
font-family:"宋体";
text-align:center;
font-size:23px;
border: thin #0000FF dashed;

}

#lq_zt{

height: 110px;
border: thin #000000 dashed;

}


问题补充
    
    另外的页面一并传上,个人感觉使用background:url的时候,调整图片的工序比较费时,费力!大家的心得和技巧,请献上!

貌似 360的内核就是IE的吧。 一般都调试 IE FF 遨游 跟 谷歌浏览器吧 我有份 CSS各大浏览器兼容问题的 pdf文件。 如果你要 我发给你

参见:
http://demojava.iteye.com/blog/746852

各个浏览器之间是有区别的! 有的时候区别还很大!
js 和css 都一样! 我也是 搞 java web开发的!
我们都装了 7个浏览器!
我们网站一般只处理 IE6----IE8
TT 和 360浏览器

期待吧! 等待 某个浏览器 一统天下 之后 定义个标准吧!!

CSSVista,这是一个css调试利器