Popup Menu Body 
CSS Selector: .vbmenu_popup

When a vBMenu popup menu is opened, its contents are usually bordered by a bounding box, and a color is visible through the margins between individual components of the menu itself.

This border and the color showing through the gaps is controlled by the Popup Menu Body class.

In the default vBulletin style, only the background color and foreground color are specified, along with a value for the border, as text and hyperlink styling is handled for the most part by the Popup Menu Option and Popup Menu Highlighted Option classes.

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="thead">
            The DIV surrounding this table
            uses the Popup Menu Body 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.