标签: javascript jquery iframe mousewheel onscroll
我的主窗口有iframe,设置为无滚动,我在主窗口页面添加onwheel事件
window.onwheel= function() { //my code here }
当我的鼠标指针在iframe上方时,主窗口onwheel事件无效。
iframe不需要滚动但其高度动态,它根据页面高度而变化。我要求在页面中使用iframe。
我希望当我的指针在iframe上方时,主窗口onwheel事件应该可以正常工作。
如何使用js或css解决此问题?请帮忙!!!