无宽度水平居中元素

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了无宽度水平居中元素相关的知识,希望对你有一定的参考价值。

Add two containers to the element to be centered.

This is also needed for IE6:

1.

2.
.navwrap ul{float:left;}
3.
  1. 1.
  2. .navwrap{
  3. 2.
  4. float:left;
  5. 3.
  6. position:relative;
  7. 4.
  8. left:50%;
  9. 5.
  10. }
  11. 6.
  12. .navwrap ul{
  13. 7.
  14. position:relative;
  15. 8.
  16. left:-50%;
  17. 9.
  18. }

以上是关于无宽度水平居中元素的主要内容,如果未能解决你的问题,请参考以下文章

宽度不固定元素水平居中

css常用代码片段 (更新中)

css水平居中的小小探讨

如何将零宽度元素的文本水平居中?

图片宽度大于父元素宽度时如何水平居中

不固定宽度 浮动元素实现 水平居中