菜单测试传播和包装器校正

时间:2016-01-07 16:14:33

标签: css menu navigation

请参阅:http://i.imgfst.com/z6BSBf.jpg
所以你可以看到导航菜单有问题。我不知道如何使导航包装中心,所以它在右侧较短(匹配左侧)也如何在文本菜单之间留出更多的空间,因为它看起来有点挤压..

<div id="nav-wrapper">
    <div id="nav">{menu}</div>
</div>

#nav-wrapper {
    position: fixed;
    width: 100%;
    left: 0 20;
    padding: 0 4px 10px;
    top: 0px;
    z-index: 5 ;
    opacity: 0.9;
    background: #B31717;
    text-align:center;
}

#nav {
    vertical-align:center;
}    

#nav > ul li {
    display: inline-block;
    list-style: none;
    padding: 0;
    z-index: 2;
}

.wsite-menu-default a {
    display: block;
    padding: 8px;
    color: rgba(255, 255, 255, .90);
    font-weight: bold;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.wsite-menu-default a {
    display: block;
    padding: 8px;
    color: rgba(255, 255, 255, .90);
    font-weight: bold;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
}

0 个答案:

没有答案