-Thanks again to Spider for guiding me through this one!
|
+Thanks again to spiderr for guiding me through this one! |
|
-To add a nice DROPDOWN CSS menu to tikipro's top nav bar
|
+!CREATING A CUSTOM DROP DOWN MENU |
+To add a nice DROPDOWN CSS menu to bitweaver's top nav bar |
do the following:
|
|
|
-1) Create a folder called force in the themes folder
|
-eg: yoursite/tikipro/themes/force
|
+*textCreate a folder called force in the themes folder |
+eg: yoursite/bitweaver/themes/force |
|
-2) Copy kernel/top_bar.tpl
|
+*Copy kernel/templates/top_bar.tpl |
|
-3) After the first {/foreach} currently line 16,
|
+*After the first {/foreach} currently line 16, |
add the menu code.
|
|
-Example:
|
-
|
-
|
-
|
+__Example:__ |
+^ |
+<li><a class="head" href="/Earth/">Earth</a> |
+<ul> |
+<li><a class="item" href="/Earth/Africa" >Africa</a></li> |
+<li><a class="item" href="/Earth/Antarctica" >Antarctica</a></li> |
+<li><a class="item" href="/Earth/Asia" >Asia</a></li> |
+<li><a class="item" href="/Earth/Caribbean" >Caribbean</a></li> |
+<li><a class="item" href="/Earth/Europe" >Europe</a></li> |
+<li><a class="item" href="/Earth/North_America" >North America</a></li> |
+<li><a class="item" href="/Earth/Oceania" >Oceania</a></li> |
+<li><a class="item" href="/Earth/South_America" >South America</a></li> |
+</ul> |
+^ |
4) Save your file and your menu shall appear!
|
|
--- for more information about the css code... see: http://www.htmldog.com/articles/suckerfish/dropdowns/ |