当前位置: 代码迷 >> HTML/CSS >> 底下的代码,已经用了margin-left:auto,为什么还是没法居中
  详细解决方案

底下的代码,已经用了margin-left:auto,为什么还是没法居中

热度:703   发布时间:2013-10-30 12:56:22.0
下面的代码,已经用了margin-left:auto,为什么还是没法居中?
<div style="clear:both;position:absolute; top:120px; z-index:1; width:1024px; margin-left:auto; margin-right:auto;">

------解决方案--------------------
使用过 position:absolute;的话   居中就要用 top:50%; left:50%;来进行定位,
这个还要看你的元素所在文档流中的位置来看,呵呵不过 一般 Left:50% 就能居中了 具体数值你自己调下
------解决方案--------------------
有宽度加auto就居中了,不用绝对定位
  相关解决方案