...在本教程的帮助下 > coding.smashingmagazine.com/..
nav {
color: #fff;
background-color: #333;
position: relative;
height: 200px;
}
nav ul {
list-style: none;
overflow: auto;
width: 50%;
height: 50%;
margin: auto;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
}
nav li {
display: inline-block;
margin: 0 10px;
font-size: 25px;
line-height: 100%;
}
我做错了。看看我的jsfiddle。
谢谢你的帮助。
图像... chrome/macos x 10.8.x > ul v/h 居中吗?