22
votes
6answers
739 views

Are increase and decrease arrows redundant on scrollbars?

Surely these days users are either using touch devices to scroll with gestures or are dragging the thumb of the scrollbar or clicking inside the track. Would it be a bad idea to remove the arrow ...
5
votes
4answers
493 views

Should I avoid using a scrolling div?

I am currently implementing a prototype of Lisa Tweedie's answer to my question about having too many checkboxes. The prototype I am building will look quite similiar to this: Problem: I am working ...
18
votes
6answers
2k views

Are custom scroll bars easier to use or do they just look “nice”?

I've noticed that a lot of webapps have started using custom scroll bars. A few examples include Facebook, Trello, Google Docs, and Twitter. I'm sure you can think of some more: How do these types ...