Why is the scroll bar on the web page set on the right?

Why is the scroll bar on the web page set on the right?
Why is the scroll bar on the right? Triple Tutorial
Why are the scroll bars of the browsers and word documents that we use every day on the right? Many designers think that it is a better design to put the scroll bar on the left, but the fact is that since Xerox launched Star (the first computer with a graphical interface), every graphical interactive interface has placed the scroll bar on the right. Apart from typing, dragging the scroll bar is perhaps one of the most commonly used operations in a graphical interactive interface. Think about when you would typically use a scroll bar. For example, if you are looking for something in a document or form, you drag the scroll bar down little by little, and at the same time you keep scanning the text until you find what you want.
What are your eye movements during this series of processes? Generally speaking, we read text from left to right, and important landmark information (such as names or titles) usually appears on the far left. Therefore your eyes have to constantly switch from the scroll bar on the right to the beginning of the article on the left. To experience this process more personally, you can open a document, make the window shorter and wider, and then try to drag the scroll bar to find something. You may find the constant shifting of your visual focus very uncomfortable. If the scroll bar is placed on the left, this problem is immediately solved.
In fact, in the earliest WIMP interfaces, the scroll bar could be on either the left or the right, but was placed on the left by default. Until Xerox set the scroll bar on the right in Star. This setting was later inherited by Apple's Lisa, then passed down to the famous Macintosh, and finally accepted by the entire computer industry.
So what exactly prompted the right-aligned design of the scroll bar? If the scroll bar was on the left, your hand would have to cross the entire screen to drag it. Of course, it is not your hand that actually crosses the screen, but your mouse pointer, but your brain will think that it is your hand that crosses the screen. This psychological phenomenon is similar to a phantom limb, where the mouse you operate and the mouse pointer on the screen become an extension of your arm in your brain, so that the information on the screen is blocked by this virtual arm. Although you can actually read the information on the page without any hindrance, you will inexplicably feel that something is wrong.

<<:  html option disable select select disable option example

>>:  Detailed explanation of Linux netstat command

Recommend

vue-pdf realizes online file preview

This article example shares the specific code of ...

Understanding and usage scenarios of ES6 extension operators

Table of contents 1. Replace the apply method, ge...

HTML table border control implementation code

Generally, when we use a table, we always give it...

Detailed explanation of scheduled tasks and delayed tasks under Linux

at at + time at 17:23 at> touch /mnt/file{1..9...

How to use a game controller in CocosCreator

Table of contents 1. Scene layout 2. Add a handle...

HTML Tutorial: Collection of commonly used HTML tags (5)

These introduced HTML tags do not necessarily ful...

How to use MySQL group by and order by together

Suppose there is a table: reward (reward table), ...

Native JavaScript to achieve skinning

The specific code for implementing skinning with ...

A Brief Discussion on the Navigation Window in Iframe Web Pages

A Brief Discussion on the Navigation Window in If...

Detailed explanation of CSS style cascading rules

CSS style rule syntax style is the basic unit of ...

Introduction to SSL certificate installation and deployment steps under Nginx

Table of contents Problem description: Installati...

mysql5.7.21 utf8 encoding problem and solution in Mac environment

1. Goal: Change the value of character_set_server...