Horizontal Menu
You can mark the active menu element by adding the .pure-menu-selected
class to the list item.
Vertical Menu
Add Dropdowns to Menus
Adding dropdowns to menus requires the use of JavaScript. The Y.Menu
module adds dropdown functionality and the ability to create JavaScript menus. It uses csslist
to style these menus, so they look identical.
Fixed Menus
Fixed menus can be created by adding the pure-menu-fixed
class name to the wrapper. This will fix a menu to the top of the page.