Popup Menu Controls 
CSS Selector: .vbmenu_control

vBulletin hides complex and infrequently used functionality from immediate view by placing it in vBMenu popup menus.

For the most part, vBMenu popups are controlled by clicking on an element that opens or closes the menu, and these elements' style is controlled with the Popup Menu Controls class.

You will most likely need to set attributes for every available field of this class in order to achieve a good result, including background color, font styling and hyperlink styles.

Example of element using this class:
<table class="tborder" cellpadding="6" cellspacing="1">
<tr>
    <td id="myMenu" class="vbmenu_control">
        <a href="#myMenu">The TD tag Uses This Class</a>
        <script type="text/javascript"> vbmenu_register("myMenu"); </script>
    </td>
</tr>
</table>
Copyright © 2024 MH Sub I, LLC dba vBulletin. All rights reserved. vBulletin® is a registered trademark of MH Sub I, LLC dba vBulletin.