******************************************** ******************************************** Created by DesignerX DropDownMenu 1 ******************************************** ******************************************** How to use: 1- add the CSS files to the Css folder in your template 2- add the js(javascript) to the javascript folder in your template 3- add Menu_DropDown.ss files in the includes folder in your Theme >> Theme/templates/Includes 4- add this line in the page.ss file where you want the menu to be. (Theme/templates/page.ss ) Add this in the header : <% require themedCSS(DropDownMenu-style) %> <% require themedCSS(DropDownMenu-dropdown) %> <% require javascript(themes/bone/javascript/DropDownMenu-jquery.dropdown.js) %> <% require javascript(themes/bone/javascript/DropDownMenu-jquery.js) %> add this where you want the menu: <% include Menu_DropDown %> 5- You only need to edite DropDownMenu-style.css file to change the look of the menu. If you like; you can go more advanced & edite other files (if you know what you doing) ------------------- Other options: - the default layout is Horizontal But it can be changed easily!! add "ver" to the top
in DropDownMenu.ss file so it looks like this: