ExtJS3不兼容IE9的解决办法 有两种解决办法:1.让IE9以兼容模式运行,在head标签之间加入以下的代码:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />