【发布时间】:2013-03-11 02:31:59
【问题描述】:
以下容器应垂直居中...:
<div style="
position:fixed;
top:0;
bottom:0;
margin:auto;
background-color:red;
width: 50px;
height:50px;
z-index:555;
"></div>
...它适用于除 Android 之外的所有主要浏览器。有没有办法在Android中垂直居中?它显示在左上角。
【问题讨论】:
标签: android css alignment center