摘要: iframe,showModalDialog()里的鼠标的滚轮无法控制滚动条.解决:css 中html {overflow-x:hidden;},改为 html {overflow-x:hidden;overflow-y:auto;}就恢复正常 阅读全文
posted @ 2011-09-22 17:16 陈同学 阅读(448) 评论(0) 推荐(0) 编辑