OK...I got this to work, sort of...
The menu works fine in my forums, but for some reason, it totally screws up the layout of the categories in my Photopost home page.
Here is the code I used:
<td id="newlink" class="vbmenu_control"><a href="#link">Photos</a> <script type="text/javascript"> vbmenu_register("newlink"); </script></td>
::::::::::::::::::::
<!-- / new link menu -->
<div class="vbmenu_popup" id="newlink_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead">Members' Photos</td></tr>
<tr><td class="vbmenu_option"><a href="http://www.mysite.com/photos/">Photo Gallery</a></td></tr>
<tr><td class="thead">Photo Forums</td></tr>
<tr><td class="vbmenu_option"><a href="http://mysite.com/forums/forumdisplay.php?f=80">Photo Contests</a></td></tr>
<tr><td class="vbmenu_option"><a href="http://mysite.com/forums/forumdisplay.php?f=19">Photo Forum</a></td></tr>
</table>
</div>
<!-- / new link menu -->
:::::::::::::::::::::::::::::::::::::::::::;
Any clues as to what I did wrong?
Thanks!!!!
|