Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我花了整个下午的时间寻找,尝试了很多方法,但它们都不起作用。我想要做的是将带有 id="container" (包含我的下拉菜单)的 div 与页面中心对齐。 这是我的代码:http: //jsbin.com/ilupuf/2/
删除float: left;,然后它很好地居中。
float: left;
但丁,看看这个:
http://jsbin.com/ilupuf/23/edit
您只需要调整菜单的宽度 - 您没有指定它是否应该具有固定宽度,所以我认为它不必拉伸以适应内容。
body { margin: 0 auto; max-width: 1024px; min-width: 800px; text-align: center; }
在css中添加这个类