Half Pint
07-27-2007, 07:42 AM
How do i make a new drop down menu like the Quick Links, but with my own links init?
Thanks
Half Pint!
Thanks
Half Pint!
Thank you for visiting. This is our website archive. Please visit our main website by clicking the banner above. vBulletin FAQ is dedicated to helping the forum owner build, manage and profit from his vBulletin Forum vBulletin Web Hosting - Free skins and styles for your vBulletin - Search Engine Optimization |
|
|
|
|
Navbar drop down menuHalf Pint 07-27-2007, 07:42 AM How do i make a new drop down menu like the Quick Links, but with my own links init? Thanks Half Pint! Mike54 07-27-2007, 08:58 AM Can you no copy the Quick Links code and simply edit it as you like? nymyth 07-27-2007, 10:34 AM What you do is: First create the dropdown links area: such as the one below (and place it after <!-- NAVBAR POPUP MENUS -->) <div class="vbmenu_popup" id="menuname_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr><td class="thead" align="$stylevar[left]">NEW MENU</td></tr> <tr><td class="vbmenu_option" align="$stylevar[left]"><a href="link to url" rel="nofollow">DISPLAYED TEXT</a></td></tr> <tr><td class="vbmenu_option" align="$stylevar[left]"><a href="link to url" rel="nofollow">DISPLAYED TEXT</a></td></tr> </table> </div> second thing you do is create your navbar button: such as the one below (and place it whereever you want) <td id="menuname" class="h_nav"><a href="link to url><b>LINK NAME</b></a><script type="text/javascript"> vbmenu_register("menuname"); </script></td> The parts in bold are the important parts to get the dropdown to work, make sure they match. Half Pint 07-28-2007, 09:26 AM EDIT: Tell a lie, dw i guessed it.... thanks anyway! Half Pint | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
|
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum