By : Typps Published On Friday, April 13, 2012, 12:11 In JavaScript
Path style menu
This is a multi-level menu inspired by Path 2.0 UI which has sky rocketed the Path application in the App store, proving that a distinctive UI can really give you the edge in a competitive marketplace with similar products.
When the user presses or clicks the button, menu items expand and place themselves around the main button forming an arc, a circle, line up horizontally or vertically. To close the menu the user needs to either selects one of the options presented or press the main button again.
If multiple levels are nested, then clicking a sub menu will produce the back button allowing the user to go back to the previous menu selection.
Change log follows:
#menuitem0 {
background: url('../images/photo.png') no-repeat;
}
#menuitem1 {
background: url('../images/people.png') no-repeat;
}
now its:
#menu1_menuitem0 {
background: url('../images/photo.png') no-repeat;
}
#menu1_menuitem1 {
background: url('../images/people.png') no-repeat;
}
where menu1 is the id of your menu.