http://dog.ccqye.com/这个页面在2个浏览器里 就不一样,谁能帮我下,谢谢!
<head runat="server">
    <title>酷狗搜索</title>
    <link  href="css/sSou.css" type="text/css" rel="stylesheet" />
</head>
<body style="text-align:center;">
    <form id="form1" runat="server" defaultbutton="Button1">
    <div id="body" >
    <div id="sousuo"  >
       <div id ="logo" style="left: 1px; width: 559px; top: 20px; height: 300px;"> 
         
            <div id="tupian" ></div>
           <div id="down" >
                <table  border="0">
                <tr>
                    <td style=" font-size:13px; top:30px; height: 15px; width: 320px;"><a  style="text-decoration: none" href="http://www.ccqye.com" target="_blank">中国犬业网</a> <a style="text-decoration: none" href="http://bbs.ccqye.com/" target="_blank">犬业论坛</a> <a style="text-decoration: none" href="http://bbs.ccqye.com/spaceindex.aspx" target="_blank">犬业空间</a> <a style="text-decoration: none" href="http://bbs.ccqye.com/albumindex.aspx" target="_blank">犬业相册</a></td>
                </tr>
                    <tr>
                        <td style="width: 320px; height: 39px;">
                            <asp:TextBox ID="txtSousuo" runat="server" Width="311px" ></asp:TextBox>
                        </td>
                        
                    </tr>
                    
                    <tr>
                        <td colspan="2" style="height: 38px"><asp:Button ID="Button1" runat="server" Text="Kugou搜索" Width="75px" OnClick="Button1_Click"/>
                            &nbsp;
                           <asp:Button ID="txtQuanye" runat="server" Text="中国犬业" /><a href="http://www.ccqye.com" ></a></td>
                        
                    </tr>
                    <tr>
                        <td style="height: 45px; width: 320px;">
                        
                            <asp:RadioButton ID="RadioButton1" GroupName="shan" runat="server" Text="犬 种"  Font-Size="small" Checked="True" />
                            <asp:RadioButton ID="RadioButton2" GroupName="shan" runat="server" Text="犬 舍" Font-Size="small" />
                            <asp:RadioButton ID="RadioButton3" GroupName="shan" runat="server" Text="犬 名" Font-Size="small" />
                            <asp:RadioButton ID="RadioButton4" GroupName="shan" runat="server" Text="犬 主" Font-Size="small" />
                            
                        </td>
                    </tr>
                </table>
               &nbsp;
           </div>
       </div>
        <div id="feet">
       
            <table  border="0" style=" font-size:13px; top:30px; width: 306px; height: 111px; ">
            
                <tr>
                    <td style="height: 50px"><a href=# target="_blank">
                        <span onclick="var strHref=window.location.href;this.style.behavior='url(#default#homepage)';this.setHomePage('http://dog.ccqye.com');" style="CURSOR: hand">将 Kugou 设为主页</span>
                        </a>
                    </td>
                </tr>
                <tr>
                <td style="height: 15px"></td>
                </tr>
                <tr>
                    <td>©2008 Kugou - <a href="http://www.miibeian.gov.cn/" target="_blank">豫ICP备07000484号</a>  </td>
                </tr>
            </table>        </div>
        </div>
     
       </div>
    </form>
</body>这个是Css的:/* 这个样式是 :搜索页 */ #body
{
 height:560px;
 width:810px;
 text-align:center;
 position:relative;
}#sousuo
{
width:800px;
height:600px;
text-align:center;
position:relative;
float:right;

}
#st
{
width:800px;
height:25px;
position:relative;
text-align:center;
}
#logo
{
width:500px;
height:200px;
position:relative;
text-align:center;
}
#tupian
{
width:286px;
height:110px;
position:relative;
text-align:center;
background-image:url(../images/logo.gif);
}#feet
{ text-align:center;
font:20px;
}