How would i get a drop down menu like the quick links, I want to have 4 options then when u click them they drop down with the values.
Please help
Ross
I took your advice Hollywood !
How would i get a drop down menu like the quick links, I want to have 4 options then when u click them they drop down with the values.
Please help
Ross
I took your advice Hollywood !
In the navigation?
Theres a tut for it on vb.org.
Just get a tutorial off techtuts, Dynamic drive etc. and edit the templates of your forum!![]()
Enter this near the Calendar link.
Where it says NAME enter something like "rares" and then Link Name to 'Rare Values'HTML Code:<td id="NAME" class="vbmenu_control"><a href="/?nojs=1#NAME">Link Name</a> <script type="text/javascript"> vbmenu_register("help"); </script></td>
HTML Code:<div class="vbmenu_popup" id="NAME_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr><td class="thead">Title here (Header)</td></tr> <tr><td class="vbmenu_option"><a href="arcade.php">Forum Arcade</a></td></tr> <tr><td class="vbmenu_option"><a href="awards.php">Forum Awards</a></td></tr> <tr><td class="vbmenu_option"><a href="forumdisplay.php?f=27">Forum Games</a></td></tr> </table> </div>
Im guessing u add the second script below (after) the 1st script?Enter this near the Calendar link.
Where it says NAME enter something like "rares" and then Link Name to 'Rare Values'HTML Code:<td id="NAME" class="vbmenu_control"><a href="/?nojs=1#NAME">Link Name</a> <script type="text/javascript"> vbmenu_register("help"); </script></td>
HTML Code:<div class="vbmenu_popup" id="NAME_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr><td class="thead">Title here (Header)</td></tr> <tr><td class="vbmenu_option"><a href="arcade.php">Forum Arcade</a></td></tr> <tr><td class="vbmenu_option"><a href="awards.php">Forum Awards</a></td></tr> <tr><td class="vbmenu_option"><a href="forumdisplay.php?f=27">Forum Games</a></td></tr> </table> </div>
it keeps going to a page like: mydomain.com/?nojs=1#settings instead of opening the menu?
Want to hide these adverts? Register an account for free!