Popup Menu Option Row 
CSS Selector: .vbmenu_option

Individual elements of a vBMenu popup menu will usually derive their styling from the Popup Menu Option class.

Elements within popup menus usually take the form of a <td> tag within a table.

When setting the values to be used for this class, you should bear in mind that when the user's mouse pointer hovers over an element using the class, it will switch its class to use the Popup Menu Highlighted Option class.

Example of element using this class:
<div class="vbmenu_popup" id="myMenu_menu" style="display:none">
    <table cellpadding="4" cellspacing="1" border="0">
    <tr>
        <td class="vbmenu_option">
            This element within a popup menu
            uses the Popup Menu Option class.
        </td>
    </tr>
    </table>
</div>
Copyright © 2024 MH Sub I, LLC dba vBulletin. All rights reserved. vBulletin® is a registered trademark of MH Sub I, LLC dba vBulletin.