在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
今天有空写了一个自己主页的网站,浏览器兼容(主要ie 9以上和chrome),有一个以前的问题也是很常见的问题,既然遇见了,索性就记录下来。直接看问题吧 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <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> 前提:适合子元素需要水平居中,但垂直方向需要进行 ie下: 父容器中属性: chrome: 父容器中属性: 以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持极客世界。 |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论