1. console.log 方法在 ie10之前无法使用 (但在firefox,chrome中都可以)
所以推荐使用 fauxconsole.js的 console.log(message)方法
2. IE10和IE7相比, 在 css中 position属性设置, absloute,的解析方面也不一样。 似乎IE7是不认这个属性的。而IE10(包括IE
8,IE9)是可以识别的。 目前可以解决的方法是把属性设置为 fixed
3. IE10包括(IE9) 对 微软的webservice.htc控件是不支持的,只有IE7和IE8 以下才支持
4. rgba()只在IE10包括(IE9) 支持,之前版本只支持rgb()