PDA

View Full Version : How how how



GoldenMerc
28-11-2007, 08:05 PM
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 !

.L!nK.
28-11-2007, 09:37 PM
In the navigation?

Lilian
28-11-2007, 09:47 PM
Theres a tut for it on vb.org.

Forge
28-11-2007, 09:57 PM
Just get a tutorial off techtuts, Dynamic drive etc. and edit the templates of your forum! :)

today
28-11-2007, 10:06 PM
Enter this near the Calendar link.

<td id="NAME" class="vbmenu_control"><a href="/?nojs=1#NAME">Link Name</a>
<script type="text/javascript"> vbmenu_register("help"); </script></td>

Where it says NAME enter something like "rares" and then Link Name to 'Rare Values'



<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>

Postage
28-11-2007, 11:51 PM
Enter this near the Calendar link.

<td id="NAME" class="vbmenu_control"><a href="/?nojs=1#NAME">Link Name</a>
<script type="text/javascript"> vbmenu_register("help"); </script></td>

Where it says NAME enter something like "rares" and then Link Name to 'Rare Values'



<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?

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!