4
votes
1answer
125 views

Alternatives to scrolling to display long text? [duplicate]

As you can see on the picture below, my text is displayed within a 'relatively small' DIV. Currently users have the possibility to scroll down within the DIV to read the full text but I don't really ...
6
votes
10answers
1k views

Why do webpages scroll vertically instead of horizontally?

It is a common convention that webpages scroll up and down instead of right to left, but all printed material that's not written on rolls of toilet paper 'scrolls' horizontally. Why did the web break ...
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
5answers
896 views

Have the attitude changed the last ten years on horizontal scrolling on web sites?

Often cited usability guru Jakob Nielsen wrote the article “Top Ten Web-Design Mistakes in 2002” and placed on no 3 Horizontal Scrolling as a Web Design mistake with the motivation: Users hate ...
5
votes
5answers
184 views

How to handle history events from scolling and other in-page events

On a website that has several sections and subsections on one page, I was thinking about implementing scrolling to a new section as a new browser history event. The main reasoning for doing so is to ...
4
votes
2answers
336 views

Multiple forms on a single screen

I have about 5 sets of forms to be filled up by the user, one by one. Most of the fields in these set of forms are mandatory so it is obvious that the user has to check out all these 5 forms. Now I ...
10
votes
2answers
264 views

If a sticky window panel is larger than the screen size, how should I display it?

I have one panel at the right where users can choose search options that is a sticky panel. However, on different screen sizes etc., if the height of this panel is higher than the screen height not ...
7
votes
3answers
361 views

How to improve discoverability of transient scrollbar?

Starting from Mac OS X Lion, scrollbars have been transient. That is, they disappear when your mouse stops moving. Some sites, like Facebook, even emulate this transient scrollbar for Windows users: ...
0
votes
3answers
163 views

User Scrolling Issue

I have a site where I am thinking about putting an ajax "click for more results" similar to twitter, etc. But each of my results is displayed with A, B, C next to the result. I'm wondering what I ...
11
votes
3answers
685 views

How can the classic footer elements be integrated into an infinite scrolling layout?

Infinite Scrolling is a fairly new and effective way to display practically infinite amounts of data in a user's window, but one page element simply does not suit itself to this method; the footer. A ...
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 ...
8
votes
1answer
746 views

Most common ways users scroll a website

Are there any studies that show the percent usage of the following techniques for scrolling a long web page? Mouse scroll wheel Up/Down arrow key Page Up / Page Down | Home / End keys Dragging ...
1
vote
2answers
222 views

To scroll down or to use thumbnails, that's the question…while building a web portfolio interface.

What is more efficient: scrolling down or opening thumbnails? Which one would respect the user's patience the most?
7
votes
3answers
808 views

One scrollbar or two for content + sidebar?

I'm working on a website design and trying to decide whether to have the sidebar scroll independently of the page content, or have just one scrollbar control both divs. What principle should I use to ...