well, I guess you will have to do it manually 'hard-coded' way...
all you need is:
1- create a button in the navtab
2- add a class to your <li> tab and call it class="popupmenu"
3- add a href anchor after that to allow java script to popup the menu: <a href="javascript://" class="popupctr"/>button</a>
4- create un-order list for your drop menu with a class like this: <ul class="popupbody"></ul>
5- include your <li> with a class for css style and menu list for each element you want..
Save it and you're done...
if you need more explanation, shoot me a PM as a reminder...
Cheers
|