热搜:NVER node 开发 php

CSS3 使用 box-align 、box-pack 垂直居中,在 IE 11 下居然无效?_html/css_WEB-ITnose

2024-11-09 10:45:02
CSS3 使用 box-align 、box-pack 垂直居中,在 IE 11 下居然无效?_html/css_WEB-ITnose

css3 使用 box-align 、box-pack 垂直居中,在 IE 11 下居然无效?

nbsp;html>



无标题文档




示例文字



回复讨论(解决方案)

http://css.doyoe.com/properties/layout/display.htm
display:box;
box-align:center;
box-pack:center;
ie11都不支持