Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7771961
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T16:46:29+00:00 2026-06-01T16:46:29+00:00

Even tho. scrollling is no, and overflow is hidden, browsers dont show scrolls etc

  • 0

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.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T16:46:30+00:00Added an answer on June 1, 2026 at 4:46 pm

    In the iframe add this code:

    $(document).on('mousewheel keydown', function (event) {
    
        //if the mousewheel event is being fired or if a keydown event with one of the blacklisted keycodes
        if (event.type == 'mousewheel' || event.which in { 40 : 0, 38 : 0, 104 : 0, 98 : 0, 32 : 0 }) {
    
            //then prevent the scroll from occuring
            return false;
        }
    });​​​
    

    Here is a demo: http://jsfiddle.net/9Z2ru/

    I tried disabling scrolling by returning false for the scroll event but it cannot be disabled in this way (at least in Chrome 18, although I suspect most, if not all, browsers are the same).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to insert some data into a pysqlite database but even tho
I have been struggling to find an answer to this theoretical question, even tho
im doing a modification on an existing app. my problem is even tho the
I'm having problem to find why fonts are bold, even tho i didnt apply
I've created a JSFiddle for my problem, but for some bizarre reason, even tho
Even though I always strive for complete validation these days, I often wonder if
Even though I have a robust and fast computer (Pentium Dual Core 2.0 with
Even when BorderStyle is set to 0, it is possible to force a window
Even after all the hotfixes and updates that are supposed to fix this, my
Even a simple Notepad application in C# consumes megabytes of RAM as seen in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.