Luke4123 0 Posted March 25, 2008 Report Share Posted March 25, 2008 I am looking for a new navbar but I dont know what i should do... Quote Link to post Share on other sites
Synook 47 Posted March 25, 2008 Report Share Posted March 25, 2008 In terms of how it should be organised or what it should look like? Quote Link to post Share on other sites
deceylon 0 Posted March 25, 2008 Report Share Posted March 25, 2008 Using CSS you can create a good one. Quote Link to post Share on other sites
Luke4123 0 Posted March 25, 2008 Author Report Share Posted March 25, 2008 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? Quote Link to post Share on other sites
Synook 47 Posted March 25, 2008 Report Share Posted March 25, 2008 <!-- 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. Quote Link to post Share on other sites
Luke4123 0 Posted March 25, 2008 Author Report Share Posted March 25, 2008 Yeah thats pretty good. Home do you make the background color bigger?EDIT:Never mind. I just added padding. Quote Link to post Share on other sites
vchris 3 Posted March 31, 2008 Report Share Posted March 31, 2008 http://css.maxdesign.com.au/listamatic/pretty basic but you elaborate. Quote Link to post Share on other sites
jlhaslip 1 Posted April 2, 2008 Report Share Posted April 2, 2008 there are some nice menus at cssplay.co.uk Quote Link to post Share on other sites
Norman 4 Posted April 10, 2008 Report Share Posted April 10, 2008 there are some nice menus at cssplay.co.ukYes, I quote! http://www.cssplay.co.uk/menus/ Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.