Linked Questions

54 votes
7 answers
42k views

I want to hide any scrollbars from my div elements and my whole body, but still let the user scroll with the mouse wheel or arrow keys. How can this be achieved with raw JavaScript or jQuery? Any ...
Shizoman's user avatar
  • 953
3 votes
1 answer
35k views

Is there a way on how to hide scroll bar and still can scroll up down using mouse or direction keys? Any one can help?
Lizza Faith's user avatar
0 votes
1 answer
3k views

Possible Duplicate: hide scrollbar while still able to scroll with mouse/keyboard I've made a piece of UI for a web app. It's a side bar and it needs to let the user scroll through it without a ...
sam's user avatar
  • 10.2k
0 votes
3 answers
4k views

I want to hide the vertical scroll bar. But the mouse wheel or keyboard are still available.
user2228647's user avatar
844 votes
22 answers
2.0m views

How to use CSS to hide the scroll bar?
ANP's user avatar
  • 15.7k
36 votes
8 answers
107k views

How can the scrollbar be hidden? I want to do this because the scrollbar is not nice. overflow:hidden is not useful, because my div element has many other elements. So setting overflow does not ...
zjm1126's user avatar
  • 67.4k
28 votes
4 answers
59k views

I have this CSS: .div { background-color: red; position: relative; height: 414px; overflow: auto; width: 902px; margin: 0px auto; } I tried with overflow-y: hidden;, scrollbar ...
youmotherhaveapples's user avatar
5 votes
4 answers
26k views

I've searched for an answer to this question and came across hide scrollbar while still able to scroll with mouse/keyboard but the jQuery plugin doesn't quite do what I'd like to do. For one, the ...
kettlepot's user avatar
  • 10.6k
0 votes
1 answer
20k views

I am trying to build a dynamic scrollable menu without scrollbar. I followed the example at Stackoverflow, but still scrollbars are appearing. How can I get rid of the scrollbars? My code is at ...
NedStarkOfWinterfell's user avatar
2 votes
1 answer
2k views

Can somebody please help me with what first appeared a simple function, but now has me pulling my hair out? I am using a pretty simple chunk of jQuery that is binding to the window scroll function. I ...
BoragThungg's user avatar
1 vote
2 answers
3k views

I see lots of answers for hiding the scrollbar by using overflow-y: scroll; and pushing the scrollbar away. But how would you achieve this for horizontal scrolling?
Jordan's user avatar
  • 237
0 votes
1 answer
773 views

I try to create a page where scroll bar is hidden but you still can scroll or click on links to scroll down. I can hide scroll bar but I can't scroll with leaving a page on 100%. Html <!...
user3026318's user avatar
-1 votes
2 answers
349 views

I want to hide window scrollbar and I used this css style body { overflow: hidden; } but the problem here is the srcolling is disabled as well ! So, How to hide window scrollbar and make scrolling ...
Muhammad Hamada's user avatar