Metro Style Vertical Accordion Menu is a simple and beautiful menu for website.Project include 7 different color,but if you didn’t like this color,you have possible to change it easy.
Features:
- Cross Browser Compatible
- jQuery slide effect
- Pure HTML /CSS3
- Seven different color
- Easily Customizable
- Possible to change menu color easy (separate file)
How to change color
I will create separate css style to change easy all menu item color(background,text,hover)
body > ul > li > a
{
color:#fff; /* Text menu color */
background:#4096EE; /* Menu color */
}
body > ul > li > ul
{
color:#4096ee; /* Text list color */
}
.active
{
background-color:#0c78e7; /* Menu hover color */
}