<ul class="navbar">
<li><a href="home.html">Home <a/>
<li><a href="portfolio.html">Portfolio <a/>
</ul>
navbar li
{
float: left;
}
I've read several tutorials online and I am also using a book to help me as I go along as well. I've noticed in all the tutorials that you have to use an unordered list in order to make a navigation menu. After you have the list you then float the items left. As you can see above I have done both of these. Am I just missing something?
Thanks in advance for any help given.

New Topic/Question
Reply



MultiQuote




|