好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

DIV常用的居中方法_html/css_WEB-ITnose

一.DIV常用的居中方法:

①利用相对定位设置div外边距自动调整达到居中效果(ps:如果IE浏览器无效果还要在Body里面加上''text-align:center''这个属性,或是外面再加一层DIV,设置属性''text-align:center''),当然居中也有另一种写法:margin-left:auto;margin-right:auto 最重要的是div必须设置 width 属性

1  2   

3 .......4

查看更多关于DIV常用的居中方法_html/css_WEB-ITnose的详细内容...

  阅读:42次