好得很程序员自学网

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

cssdiv设置margin:0auto不能水平居中

站长在这里跟大家分析一下margin:0 auto不能水平居中的原因:

margin:0 auto居中的前提是我们为div设置了宽度,如果没有设置宽度,就算使用了改css属性,也不会取作用。因此,首先要检查一下是否设置宽度。 检查一下div是否使用了float:left或float:right,如果使用了float:left或float:right,margin:0 auto也不会取作用。

实例:

   
  
  
 css 解决div设置margin:0 auto不能水平居中的方法  

  
  

码农教程

查看更多关于cssdiv设置margin:0auto不能水平居中的详细内容...

  阅读:30次