Welcome to WebmasterWorld Guest from 107.23.176.162
Forum Moderators: open
Are there any sites that offer customizable navigation bar scripts...I am also looking for simple menus on the top .that change color when the mouse points to them.
Please help
I can give you an advice:
in a css create class
<style>
#menu li a {background-color:#AAAAAA;}
#menu li a:hover {background-color:#777777;}
</style>
in a body create this
<ul id='menu'>
<li><a href='#'>1 point</a></li>
<li><a href='#'>2 point</a></li>
</ul>
by this simple example u get a working head of your navigation bar
try this, i hope it helps you
Good luck!
[softcomplex.com...]