[RESOLVED] css/html5 cross-broswer issue (hitting head against the wall)
I coded my top navbar, which looks beautiful in Chrome, but doesn't look right at all in ff or ie, where the last item removes itself from the bar. If I adjust ANYTHING in the code, it doesn't look right it chrome. Any help or ideas you could give is appreciated.
<nav class="main">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="calendar.html">Calendar</a></li>
<li><a href="party.html">Party</a></li>
<li><a href="store.html">Store</a></li>
<li><a href="about.html">About Us</a></li>
</ul>
</nav>
Bookmarks