PDA

View Full Version : need help with navbar menu


msimplay
03-14-2004, 01:50 PM
hey what i need to do is add the home link as a drop down to include a link to the index which is the main domain @ whatever.com
and then the link to the forums which would be /forums

this is what i have so far can someone please direct me in the right direction of going about this

the code
<div class="vbmenu_popup" id="navbar_home_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">Home</td>
</tr>
<tr><td class="vbmenu_option"><a href="$vboptions[homeurl]">Index</a></td></tr>
<tr>
<tr><td class="vbmenu_option"><a href="$vboptions[bburl]/index.php?$session[sessionurl]">Forum</a></td></tr>
<tr>
</table>
</div>

navbar button

<if condition="$show['popups']">
<td id="navbar_home_menu" class="vbmenu_control">
<a href="http://www.wambam.net">Home</a>
<script type="text/javascript">
vbmenu_register("navbar_home_menu");
</script>
</td>
</if>