Even tho. scrollling is “no”, and overflow is hidden, browsers dont show scrolls etc yet I can scroll by middle mouse button. I want user to be unable to scroll no matter what.
Also, the frameset has: rows=”50,*” and the stuff inside frame isnt higher than 50 height px yet again, it is scrollable for few pixels.
Even tho. scrollling is no, and overflow is hidden, browsers dont show scrolls etc
Share
In the iframe add this code:
Here is a demo: http://jsfiddle.net/9Z2ru/
I tried disabling scrolling by
returningfalsefor thescrollevent but it cannot be disabled in this way (at least in Chrome 18, although I suspect most, if not all, browsers are the same).