Results 1 to 6 of 6

Thread: How how how

  1. #1
    Join Date
    Oct 2005
    Location
    Spain, Valencia
    Posts
    20,492
    Tokens
    3,575
    Habbo
    GoldenMerc

    Latest Awards:

    Default How how how

    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 !

  2. #2
    .L!nK. Guest

    Default

    In the navigation?

  3. #3
    Join Date
    Oct 2006
    Location
    Merseyside
    Posts
    2,335
    Tokens
    0

    Latest Awards:

    Default

    Theres a tut for it on vb.org.

  4. #4
    Join Date
    Nov 2007
    Posts
    753
    Tokens
    0

    Default

    Just get a tutorial off techtuts, Dynamic drive etc. and edit the templates of your forum!

  5. #5
    Join Date
    Mar 2007
    Location
    Kent
    Posts
    11,415
    Tokens
    787

    Latest Awards:

    Default

    Enter this near the Calendar link.
    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>
    Where it says NAME enter something like "rares" and then Link Name to 'Rare Values'

    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>

  6. #6
    Join Date
    Nov 2007
    Posts
    36
    Tokens
    0

    Default

    Quote Originally Posted by Hollywood View Post
    Enter this near the Calendar link.
    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>
    Where it says NAME enter something like "rares" and then Link Name to 'Rare Values'

    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?

    it keeps going to a page like: mydomain.com/?nojs=1#settings instead of opening the menu?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •