强制渲染浏览器:
强制将浏览器渲染到IE8 model,解决有些js脚本在IE7中失效的问题,在页面的head内添加:
强制将浏览器渲染到IE8 model,解决有些js脚本在IE7中失效的问题,在页面的head内添加:
<meta http-equiv="X-UA-Compatible" content="IE=8">
<meta http-equiv="X-UA-Compatible" content="IE=8">