垂直水平居中分割
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了垂直水平居中分割相关的知识,希望对你有一定的参考价值。
Here's a simple way to get your div always on center in any screen size.margins should be half of width and height.
.centerDiv{ width:968px; height:600px; background:#ccc; position:absolute; margin-top:-300px; margin-left:-484px; top:50%; left:50%; }
以上是关于垂直水平居中分割的主要内容,如果未能解决你的问题,请参考以下文章