Hi, I'm having an issue with a web page I am making. I have an iframe that is at the bottom of the page. Everything looks fine, but when I scroll with my mouse wheel on the iframe, the iframe and parent page scrolls at the same time. This is really annoying because it keeps moving the iframe when I scroll. Are there any ways to prevent the parent page from scrolling when the mouse is within the iframe's area?
if the parent element you are sourcing for your iframe is larger then the iframe element you have on your page it will still scroll even if you have the scroll set to 'no' in your <iframe> code.
the iframe is the correct size, but the web page that contains the iframe scrolls when I use the mouse wheel. I only want the mouse wheel to affect the iframe.
Bookmarks