当前位置:编程学习 > C#/ASP.NET >>

谷歌浏览器不兼容?

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script src="js/jquery-1.4.1.js"></script>
<link type="text/css" rel="Stylesheet" href="css/index.css" />
<script type="text/javascript">
$(function(){
$("#kfbm").css("cursor","pointer");
$("#kfbm").click(function(){
alert(1);
$("#reg").show();
})
$("#close").click(function(){
alert(2);
$("#reg").hide();
})
})
</script>
<title>无标题文档</title>
</head>

<body>
<div id="kfbm" class="ggdy"></div>

<div style="position:relative;">
         <div id="reg">
             <table id="regtb" width="430" height="211" border="0" cellpadding="0" cellspacing="0" style="color:#FFFFFF; display:none;" class="clearfix">
                
                 <tr>
                     <td align="right" height="35"><div id="close"></div></td>
                    </tr>
                    <tr>
                     <td height="45px;" valign="bottom">
                        </td>
                    </tr>
                    <tr>
                     <td height="36" valign="bottom"></td>
                    </tr>
                    <tr>
                     <td height="45"></td>
                    </tr>
                    <tr>
                     <td align="center"></td>
                    </tr>
                  
                </table>
            </div>
        </div>
</body>
</html>


IE 360 火狐 猎豹 谷歌都没问题   谷歌不能运行  本地测试可以

帮忙看下哪里出错了?  --------------------编程问答-------------------- 不能运行什么?
补充:.NET技术 ,  ASP.NET
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,