A scrollbar is an object in a graphical user interface (GUI) with which continuous text, pictures or anything else can be scrolled
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 ...
13
votes
3answers
451 views
What's the best way to make a user read terms and conditions before continuing a form?
What's the best way to make a user read terms and conditions before continuing a form?
Structure of Form:
Label1 [Textbox]
Label2 [Textbox]
Terms and Conditions [Textarea]
Checkbox ["I agree to the ...