Drop Down Navigation Bar Menu

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rosey
    Member
    • Feb 2007
    • 78
    • 4.1.x

    Drop Down Navigation Bar Menu

    I am using this tutorial to create drop down boxes for my navigation bar http://www.vbulletin.com/forum/showthread.php?t=224641

    But, I have two navigation bars. How can I be sure that the code I am adding will show up in the lower of the two navigation bars?

    Anyone know? Thanks!
  • Icy
    Senior Member
    • Dec 2005
    • 205
    • 3.8.x

    #2
    You will have to add the code below in the lower navigation bar.
    Code:
    <td id="custommenu" class="vbmenu_control">
        <a href="#">Custom Menu</a>
        <script type="text/javascript">
            vbmenu_register("custommenu");
        </script>
    </td>

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...