今天遇到一个怪问题,iframe中嵌套的页面在ie7中鼠标的滚轮无法控制滚动条,而在ie8中可以。
经查找是应为css 中html {overflow-x:hidden;},改为 html {overflow-x:hidden;overflow-y:auto;}就恢复正常。