无宽度水平居中元素
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. .navwrap{ 2. float:left; 3. position:relative; 4. left:50%; 5. } 6. .navwrap ul{ 7. position:relative; 8. left:-50%; 9. }
以上是关于无宽度水平居中元素的主要内容,如果未能解决你的问题,请参考以下文章