I'm looking for a way to enable mouse wheel events to a parent div while the user's mouse is within an iframe. On my website I have an iframe on the second page that takes up almost the entire screen. The issue is, when I try to scroll, it doesn't work unless my mouse is at the very top or very bottom of the page (outside of the iframe). The result is that most visitors likely wouldn't even realize this, and never see the third page, where I have my resume and "about me" blurb.
I'm kind of noob with web design/development, and may have bit off more than I could chew trying to implement iframes! Any help is greatly appreciated