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

Comparative Analysis of UI Applications of Image Social Networking Sites (Figure)

In our life, work and study, social networks have ...

SpringBoot integrates Activiti7 implementation code

After the official release of Activiti7, it has f...

Various transformation effects of HTML web page switching

<META http-equiv="Page-Enter" CONTENT...

Commonplace talk about MySQL event scheduler (must read)

Overview MySQL also has its own event scheduler, ...

Share CSS writing standards and order [recommended for everyone to use]

CSS writing order 1. Position attributes (positio...

503 service unavailable error solution explanation

1. When you open the web page, 503 service unavai...

How to build gitlab on centos6

Preface The original project was placed on the pu...

Vue+ElementUI implements paging function-mysql data

Table of contents 1. Problem 2. Solution 2.1 Pagi...

Node quickly builds the backend implementation steps

1. First install node, express, express-generator...

How to choose transaction isolation level in MySQL project

introduction Let's start with our content. I ...

Solution to blank page after Vue packaging

1. Solution to the problem that the page is blank...

An example of how JavaScript can prevent duplicate network requests

Preface During development, we often encounter va...

MySQL date functions and date conversion and formatting functions

MySQL is a free relational database with a huge u...

CSS and HTML and front-end technology layer diagram

The relationship between Javascript and DOM is ve...