trycss_navbar_horizontal_advanced 在线代码实例
<ul>
<li><a>Home</a></li>
<li><a>News</a></li>
<li><a>Contact</a></li>
<li><a>About</a></li>
</ul>
<p><b>Note:</b> If you only set the padding for a elements (and not ul), the links will go outside the ul element. Therefore, we have added a top and bottom padding for the ul element.</p>