A brief discussion on the problem that the text in the button is not centered vertically in the browser's compatibility mode

A brief discussion on the problem that the text in the button is not centered vertically in the browser's compatibility mode
XML/HTML CodeCopy content to clipboard
  1. < button   style = "cursor:pointer;vertical-align: middle;"   > Delete </ button >   

It is not vertically centered at this time.

XML/HTML CodeCopy content to clipboard
  1. < button   style = "cursor:pointer;vertical-align: middle;height:21px;"   > Delete </ button >   

It is now vertically centered. Added height style to it.

The above article briefly discussing the problem that the Chinese characters on the button are not vertically centered in the browser's compatibility mode is all the content that the editor shares with you. I hope it can give you a reference. I also hope that you will support 123WORDPRESS.COM.

<<:  MySQL import and export backup details

>>:  Introduction to the use of CSS3 filter attribute

Recommend

How to use Nginx to handle cross-domain Vue development environment

1. Demand The local test domain name is the same ...

How to use shell to perform batch operations on multiple servers

Table of contents SSH protocol SSH Connection pro...

Solution for Tomcat to place configuration files externally

question When we are developing normally, if we w...

Implementation example of JS native double-column shuttle selection box

Table of contents When to use Structural branches...

Optimization methods when Mysql occupies too high CPU (must read)

When Mysql occupies too much CPU, where should we...

Vue uses echarts to draw an organizational chart

Yesterday, I wrote a blog about the circular prog...

How to create https using nginx and Tencent Cloud free certificate

I have been studying how to get https. Recently I...

Example of how to implement MySQL cascading replication

The so-called cascading replication is that the m...

JavaScript data transmission between different pages (URL parameter acquisition)

On web pages, we often encounter this situation: ...

Use of Linux file command

1. Command Introduction The file command is used ...

MySQL full-text search Chinese solution and example code

MySQL full text search Chinese solution Recently,...

A brief discussion on the maximum number of open files for MySQL system users

What you learn from books is always shallow, and ...

How to set mysql5.7 encoding set to utf8mb4

I recently encountered a problem. The emoticons o...