Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to set the link background that css is accessing

2025-01-30 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

Today, I will talk to you about how to set the background of the link being visited by css. Many people may not know much about it. In order to make you understand better, the editor has summarized the following content for you. I hope you can get something according to this article.

In css, you can use the ": active" selector and the background property to set the background of the link being accessed. Just add the "a:active {background: color value / url ('picture url');}" style to the link to set the background color or background picture of the link when it is being accessed.

The operating environment of this tutorial: windows7 system, CSS3&&HTML5 version, Dell G3 computer.

Css sets the background of the link being accessed

When the mouse clicks the link, set its background color to yellow.

A:active {background: yellow; / * background:url (img/1.jpg); * /} links

Effect picture:

Description:

The active selector sets the style when you click on the link.

When you click on a link, it becomes an active link, and: active adds a special style to the active link.

Tip: the link selector sets the unvisited page link style, the visited selector sets the style of the visited page link, and the hover selector sets the link style when there is a mouse over it.

Note: in order to produce the desired effect, in the CSS definition,: active must be placed after: hover!

After reading the above, do you have any further understanding of how css sets the background of the link you are visiting? If you want to know more knowledge or related content, please follow the industry information channel, thank you for your support.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report