宽度不定 高度不定div 垂直居中 要求兼容ie8 只用css
我被sofish大神御人术送了出去 就是如题问题 我就是不知道ie8怎么办 所以没答得。
求各位大神告知
Answers
好吧 我找到一种我觉得不错的
.con-ghost {
text-align: center;
white-space: normal;
}
.con-ghost:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -0.25em;
}
.con-ghost {
.box {
display: inline-block;
vertical-align: middle;
}
}