I just followed the tutiorial on here:
https://vborg.vbsupport.ru/showthread.php?t=122523
by putting the code in the navbar template and it totally broke my theme. Im guessing the way the theme is I need to input this code into my header template.
Where would I add
Code:
<td id="custommenu" class="vbmenu_control">
<a href="#">Custom Menu</a>
<script type="text/javascript">
vbmenu_register("custommenu");
</script>
</td>
and
Code:
<div class="vbmenu_popup" id="custommenu_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">Custom Menu</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
content row
</td>
</tr>
</table>
</div>
?
Also is there other code in the navbar template that is required to get this to work?
--------------- Added [DATE]1227302130[/DATE] at [TIME]1227302130[/TIME] ---------------
Got it ... just throw it in where I want it to show up. Thanks for your help!!