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

Sample Analysis of browser CSS Code Settings

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

Share

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

This article shares with you the content of a sample analysis of browser CSS code settings. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.

In addition to the mediocre Android platform google dabbler, you should also think about Apple, Firefox dabbler, IE, and so on, so set the equipment for the CSS code as follows:

1. All readers cannot select content when dabbling on the mobile platform.

* {- site kit-user-select: none;-ms-user-select: none;-moz-user-select: none;user-select: none;}

The asterisk represents all HTML tags corresponding to CSS initial setup equipment google browser, Firefox Reader, IE Reader and IE Reader in favor of user-select. Readers are not allowed to select and select copied content.

2. All hunting devices are specially moved into the mobile phone platform to browse or select the form.

* {- site kit-user-select: text;-ms-user-select: text;-moz-user-select: text;user-select: text;}

This allows several major tributary hunters (google, Firefox, IE, etc.) to select web mode.

The above mobile devices (tablets, phones) regardless of Android, Apple and other settings are in favor of whether users can allow users to select the corresponding web content.

Thank you for reading! This is the end of this article on "sample analysis of browser CSS code settings". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, you can share it for more people to see!

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