help!
i did it on my own, didn't work.
looked at this, and duplicated it.
i get the link, but no drop down.
here's the code:
HTML Code:
<if condition="$show['member']">
<td id="techrefmenu" class="vbmenu_control"><a href="$show[nojs_link]#techrefmenu">$vbphrase[tech]</a> <script type="text/javascript"> vbmenu_register("techrefmenu"); </script></td>
</if>
and:
HTML Code:
<div class="vbmenu_popup" id="techrefmenu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead">$vbphrase[tech]</td></tr>
<tr><td class="vbmenu_option"><a href="e53wd.php">$vbphrase[tech_x5wds]</a></td></tr>
<tr><td class="vbmenu_option"><a href="e83wd.php">$vbphrase[tech_x3wds]</a></td></tr>
</table>
</div>
what am i doing wrong?
please help! thanks in advance!