Two types of tab applications in web design

Two types of tab applications in web design

Case 2 : There are three tab designs on the Taobao homepage, but if you look closely, you will find that they are different. What is more confusing is why there are only 3 tab designs on the homepage, but they are different? Does one page require the intervention of multiple front ends?

Nowadays, tabs are widely used in web design, but they are generally divided into the following two types:

The first type is switching by clicking the mouse. In this case the tab has no link (but adds a More or More link in the selected tab area).

The second type is mouse hover switching. In this case, many tabs have links added, so a:hover should take effect, that is, there will be a slide down or color prompt when the mouse is docked. In fact, this is also the practice of providing appropriate feedback to users in Norman’s design philosophy.
In actual cases, we have seen some good designs, and also some designs that I do not agree with, which I would like to share briefly here.

Case 1 : Yahoo US homepage belongs to the first tab design, but pay attention to the box in the lower right corner.

Two types of tab applications in web design
Two types of tab applications in web design

The first tab is designed to be switched by clicking a button, without any additional links. (top)

Two types of tab applications in web design

The second tab design is a floating switch, but there is no a:hover to feedback the links on the tab. (flat)

Two types of tab applications in web design

The third tab design is a floating switch, adding a:hover feedback link on the tab. (top)

Case three : QQ pop-up window.

Two types of tab applications in web design

The most unpopular QQ pop-up window, there is no link feedback on the tab. I believe that a lot of qq.com traffic is innocently defrauded in this way. (flat)
Insert a paragraph: I have always had some complaints about the design of QQ pop-up windows. A space that can only hold 5 tabs actually indirectly holds 7, so a design for scrolling tabs left and right is necessitated. As for adding a seemingly insignificant but more conspicuous [You can drag the page card to sort], how much real value is there?

<<:  How to use environment variables in nginx configuration file

>>:  css3 animation ball rolling js control animation pause

Recommend

Implementation of Nginx domain name forwarding https access

A word in advance: Suddenly I received a task to ...

Analysis of uniapp entry-level nvue climbing pit record

Table of contents Preface Hello World image Set b...

What do CN2, GIA, CIA, BGP and IPLC mean?

What is CN2 line? CN2 stands for China Telecom Ne...

Implementation of fastdfs+nginx cluster construction

1. Introduction to fastdfs 1. What is fastdfs Fas...

Detailed explanation of MySQL cumulative calculation implementation method

Table of contents Preface Demand Analysis Mysql u...

Detailed explanation of the usage of MySQL memory tables and temporary tables

Usage of MySQL memory tables and temporary tables...

Nginx defines domain name access method

I'm building Nginx recently, but I can't ...

Full steps to create a password generator using Node.js

Table of contents 1. Preparation 2. Writing comma...

Detailed configuration of Nginx supporting both Http and Https

It is almost a standard feature for websites nowa...

A simple LED digital clock implementation method in CSS3

This should be something that many people have do...

Detailed explanation of MySQL master-slave replication process

1. What is master-slave replication? The DDL and ...

Detailed explanation of Vuex environment

Table of contents Build Vuex environment Summariz...

Boundary and range description of between in mysql

mysql between boundary range The range of between...

Drop-down menu implemented by HTML+CSS3+JS

Achieve results html <div class="containe...