fuck google chrome
我把页面保存到本地又没问题,回头有空再把css一块块注释掉看看。
另外,Inspector竟然不认识thead,如果你用<thead>嵌套<td>,就会显示错误。
还有就是关闭最后一个tab为什么不打开一个about:blank,直接关掉浏览器很不爽
最后终于找出来了
我css里面写错了一行
background:url( clear:both;
就因为少了个),难道;的优先级还没有()高?
我晕啊
浏览器信息:
window.navigator.appName:Netscape
window.navigator.appVersionn:5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13 (KHTML, like Gecko) chrome/0.2.149.27 Safari/525.13
window.navigator.userAgent:Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13 (KHTML, like Gecko) chrome/0.2.149.27 Safari/525.13
判断chrome
var ischrame = window.navigator.userAgent.toLowerCase().indexOf("chrome")!=-1;
alert(ischrame);
alert(ischrame);
评论Feed: http://ifisker.com/blog/feed.asp?q=comment&id=1129
引用链接: loading...
这篇日志没有评论.

