【发布时间】:2014-10-07 07:24:03
【问题描述】:
在我的导航栏上无法将某些文本链接居中,左右边距自动不起作用,我尝试将显示类型设置为块/内联块无济于事。解决方案可能正盯着我的脸,我知道但我真的找不到。
CSS:
.navmenu {
background-color: #1e1e1e;
background-image: url("../images/NavBar.gif");
background-position: top;
border-top: 1px solid #383838;
margin-bottom: 5px;
z-index:105;
}
.navlink {
margin-left:auto;
margin-right: auto;
width: 100%;
font-size: 28px;
text-transform: uppercase;
}
HTML:
<div class="navmenu">
<div class="navlink">
<a href="index.php">Home</a>
<a href="http://twitch.tv/" target="_blank">Twitch</a>
<a href="http://youtube.com/" target="_blank">YouTube</a>
<a href="http://twitter.com/" target="_blank">Twitter</a>
<a href="http://facebook.com/" target="_blank">Facebook</a>
<a href="teamspeak.php">Teamspeak</a>
<a href="/forum/">Forum</a>
</div>
</div>
【问题讨论】:
-
如果有任何答案解决了您的问题,请考虑通过单击复选标记并投票来接受它。这向更广泛的社区表明您已经找到了解决方案,并为回答者和您自己提供了一些声誉。没有义务这样做。