Home Web Front-end HTML Tutorial How to make a 'dot' border appear after clicking a button

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

Feb 22, 2018 am 10:09 AM
Appear Click frame

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!

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

Hot Article Tags

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

How to adjust window border settings on Windows 11: Change color and size How to adjust window border settings on Windows 11: Change color and size Sep 22, 2023 am 11:37 AM

How to adjust window border settings on Windows 11: Change color and size

How to set multiple timers on iPhone iOS 17 How to set multiple timers on iPhone iOS 17 Sep 18, 2023 am 09:01 AM

How to set multiple timers on iPhone iOS 17

How to set up my business card in Contacts on iPhone [2023] How to set up my business card in Contacts on iPhone [2023] Sep 22, 2023 pm 09:17 PM

How to set up my business card in Contacts on iPhone [2023]

How to Make a Shopping List in the iOS 17 Reminders App on iPhone How to Make a Shopping List in the iOS 17 Reminders App on iPhone Sep 21, 2023 pm 06:41 PM

How to Make a Shopping List in the iOS 17 Reminders App on iPhone

How to make custom borders in Microsoft Word How to make custom borders in Microsoft Word Nov 18, 2023 pm 11:17 PM

How to make custom borders in Microsoft Word

How to change contact photos on iPhone How to change contact photos on iPhone Jun 08, 2023 pm 03:44 PM

How to change contact photos on iPhone

Popular science on how to set excel borders Popular science on how to set excel borders Mar 20, 2024 am 10:30 AM

Popular science on how to set excel borders

How to turn off alarms on iPhone [2023] How to turn off alarms on iPhone [2023] Aug 21, 2023 pm 01:25 PM

How to turn off alarms on iPhone [2023]

See all articles