兼容IE8, 對於IE6/7,咱們可使用display: inline-block屬性代替
.parent { display: table; } .child { display: table-cell; vertical-align: middle; //可調整子元素的對齊方式 }