CSS3 removes the highlighted box when the mobile browser button is clicked. css3 highlights

Source: Internet
Author: User

CSS3 removes the highlighted box when the mobile browser button is clicked. css3 highlights
During work, when you browse the Web page in a mobile browser, you can click a button on the page or an element with a click event. A default highlighted box will appear, affecting the overall sensory experience. You can use a simple css3 attribute to solve the problem: tap-highlight-color. It is best to add the webkit browser prefix.


-Webkit-tap-highlight-color: rgba (0, 0, 0);-webkit-tap-highlight-color: transparent;/* For some Androids, I personally think it is a lower version of Android, less than 4.0 */

If your large div contains many small similar Divs, click these small divs to trigger the event, you use event Delegate to only bind a click event to the div with a large outer layer (so that only one binding is enough). This attribute will be used, when you click a small div, the entire large div is not selected.

Copyright Disclaimer: This article is an original article by the blogger and cannot be reproduced without the permission of the blogger.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.