search
HomeWeb Front-endHTML Tutorial[Transfer] CSS div text is vertically centered --- Translated from: http://blog.163.com/zhaoyanping_1125/blog/static/20132915320120574238932/_html/css_WEB-ITnose

Problem: vertical-align, setting the text to be vertically centered in a div, does not work. Then how to set the text of the div to be vertically centered!
There are many articles about "CSS text vertical centering" on the Internet. They mainly involve 3 methods:

1. Single-line text vertical centering:
Method: Change the height of the text paragraph (line- height) and the height of the area (height) can be set to be consistent.
Disadvantage: This method only works for single lines of text.

Code:


Website Development Log
> ;


2. Vertically center multi-line text:
Method: Do not set the area height (let the height adapt), and then use the same padding control at the top and bottom of the area, that is, use the padding attribute.
Disadvantage: Invalid for fixed-height intervals.

Code:


This blog is used to record every detail of website development . Includes website design, programming guides, resources and inspiration.
Most of the articles on this site are original or translated works.


3. Center the browser:

Method: Set the position attribute to absolute, and then leave half the height of the browser at the top Subtract half the height of the text area. For example, if the height of the text area is 20% of the browser height, then 50%-10%=40% should be left on the top. Similarly, half the width of the browser minus the text area should be left on the left. half the width.
Disadvantages: This method only makes the text fall in the center of the browser, not in the middle of a specific area.

Code:


This blog is used for Record every detail of website development. Includes website design, programming guides, resources and inspiration.
Most of the articles on this site are original or translated works. I have no objection to reprinting, because the Internet is designed to share resources.
But when you quote my article, please indicate the source. Thanks!

4. Since the above three methods all have shortcomings, they are often not the solutions you want. In practice, you may need to vertically center multiple lines of text within an area of ​​a specific height. When none of the above three methods work, please try the final solution of CSS text centering introduced below! In fact, the final solution is not complicated. What is a bit troublesome is the browser compatibility issue. Therefore, we have to create 2 sets of CSS style schemes:

.outer {
display:table; width:578px; overflow:hidden;
background: #eee; height: 42px;
}
.middle {display:table-cell; vertical-align:middle; margin-left 10px;}
/*The following CSS is for IE7, IE6*/

Here we need to define three DIVs:
The outer layer (outer) can be defined as needed Height and width, but the display must be table.
The middle layer (middle) can have specific CSS styles, such as margin-left, but the display must be table-cell and vertical-align must be middle.
The inner layer is mainly used to deal with IE6 and IE7 (note: IE8 supports table-cell centering, so no hack is required).
With the above CSS, the HTML code can be written like this:




Put the text you want to center here
This is the second line
...


Statement
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
What is the purpose of the <datalist> element?What is the purpose of the <datalist> element?Mar 21, 2025 pm 12:33 PM

The article discusses the HTML <datalist> element, which enhances forms by providing autocomplete suggestions, improving user experience and reducing errors.Character count: 159

How do I use HTML5 form validation attributes to validate user input?How do I use HTML5 form validation attributes to validate user input?Mar 17, 2025 pm 12:27 PM

The article discusses using HTML5 form validation attributes like required, pattern, min, max, and length limits to validate user input directly in the browser.

What is the purpose of the <iframe> tag? What are the security considerations when using it?What is the purpose of the <iframe> tag? What are the security considerations when using it?Mar 20, 2025 pm 06:05 PM

The article discusses the <iframe> tag's purpose in embedding external content into webpages, its common uses, security risks, and alternatives like object tags and APIs.

What is the purpose of the <progress> element?What is the purpose of the <progress> element?Mar 21, 2025 pm 12:34 PM

The article discusses the HTML <progress> element, its purpose, styling, and differences from the <meter> element. The main focus is on using <progress> for task completion and <meter> for stati

What is the purpose of the <meter> element?What is the purpose of the <meter> element?Mar 21, 2025 pm 12:35 PM

The article discusses the HTML <meter> element, used for displaying scalar or fractional values within a range, and its common applications in web development. It differentiates <meter> from <progress> and ex

What are the best practices for cross-browser compatibility in HTML5?What are the best practices for cross-browser compatibility in HTML5?Mar 17, 2025 pm 12:20 PM

Article discusses best practices for ensuring HTML5 cross-browser compatibility, focusing on feature detection, progressive enhancement, and testing methods.

What is the viewport meta tag? Why is it important for responsive design?What is the viewport meta tag? Why is it important for responsive design?Mar 20, 2025 pm 05:56 PM

The article discusses the viewport meta tag, essential for responsive web design on mobile devices. It explains how proper use ensures optimal content scaling and user interaction, while misuse can lead to design and accessibility issues.

How do I use the HTML5 <time> element to represent dates and times semantically?How do I use the HTML5 <time> element to represent dates and times semantically?Mar 12, 2025 pm 04:05 PM

This article explains the HTML5 <time> element for semantic date/time representation. It emphasizes the importance of the datetime attribute for machine readability (ISO 8601 format) alongside human-readable text, boosting accessibilit

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Hot Tools

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

DVWA

DVWA

Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft