How to make a 'dot' border appear after clicking a button

php中世界最好的语言
Release: 2018-02-22 10:09:07
Original
3315 people have browsed it

This time I will show you how to make the button appear with a "dot" border after clicking it, and what are the precautions , the following are Let’s take a look at practical cases.

// A
input  {
  outline: none;
}
// B
Input::-moz-focus-inner {
  border:  none;
}
//加了ouline没用,别死磕,重启
Copy after login

I believe you have mastered the methods after reading these cases. For more exciting information, please pay attention to other related articles on the php Chinese website!

Related reading:

How to upload files asynchronously in html

How to set the border and transparency style of Div

The element margin-top in the div tagInvalid solution

The above is the detailed content of How to make a 'dot' border appear after clicking a button. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!