Today I had some free time to write a website for my own homepage, which is compatible with all browsers (mainly IE 9 and above and Chrome). There is a previous problem which is also a very common problem. Since I have encountered it, I might as well record it. Let’s look at the question directly <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Document Title</title> </head> <body> <div class="aaa"> <div> </div> </div> </body> </html> <style> .aaa{ width:700px; height:500px; position:absolute; background-color:red; display: flex; align-items: center; } .aaa div{ height: 200px; width:200px; position: absolute; background-color:yellow; } </style> Prerequisite: The sub-element needs to be centered horizontally, but In IE: The properties in the parent container: Chrome: Properties in the parent container: The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM. |
<<: Write your HTML like this to make your code more compatible
>>: How to modify the default storage location of Docker images (solution)
This is to commemorate the 4 pitfalls I stepped o...
The Linux command to run the jar package is as fo...
Comprehensive understanding of html.css overflow ...
Table of contents 1. Add users 2. Change the user...
Preface I recently used a virtual machine to inst...
Web design, according to personal preferences and ...
Table of contents Vue3 encapsulation message prom...
In Linux, the commands cat, more, and less can al...
SELECT * FROM table name limit m,n; SELECT * FROM...
【author】 Liu Bo: Senior Database Manager at Ctrip...
One of our web projects has seen an increase in t...
1. About the file server In a project, if you wan...
How can you find the location of the configuratio...
Method 1: Submit via the submit button <!DOCTY...
I struggled with a problem for a long time and re...