好得很程序员自学网

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

margin:auto和position:fixed不能同时使用么_html/css_WEB-ITn

这是我的CSS代码
#header {
width: 90%;
height: 50px;
background-color: orange;
overflow: auto;
position:fixed;
margin:auto;
z-index: 1;
}

图中的橙色块怎么也居中不了
我尝试过修改代码的次序,也试过不要overflow,z-index等代码,还是没有解决问题
希望各位帮忙解决一下,谢谢!


回复讨论(解决方案)

贴你完整的html和css




First html




查看更多关于margin:auto和position:fixed不能同时使用么_html/css_WEB-ITn的详细内容...

  阅读:34次