Jump to content

How do I make a good Navigation Bar?


Luke4123

Recommended Posts

I am looking for a new navbar but I dont know what i should do... :)

Link to comment
Share on other sites

In terms of how it should be organised or what it should look like?

Link to comment
Share on other sites

In terms of how it should be organised or what it should look like?
Both I suppose. How do you create one so when you Mouse Over it, the background color changes?
Link to comment
Share on other sites

<!-- This goes in your <head> --><style type="text/css">	#nav a:hover {		background-color:#666666;	}</style><!-- And this in your <body> --><div id="nav">	<a href="#">Link 1</a>	<!-- Etc. --></div>

Remember, a good navigation bar should not have more than seven links before it gets split up into sub-menus.

Link to comment
Share on other sites

Yeah thats pretty good. :) Home do you make the background color bigger?EDIT:Never mind. I just added padding. :)

Link to comment
Share on other sites

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...