DIV+CSS實現盒子居中的幾種方法比較(考慮兼容性)

例子中html代碼以下:css <div class="center"></div> 爲了讓結果更清晰加上以下的css樣式 .center{ width:100px; height: 100px; background-color: gray; } 1. 實現水平居中html 1) margin: 0 auto——IE6-8,chrome和mozilla測試有效css3 這是經常使用的方法,該方法
相關文章
相關標籤/搜索