--- title: Dropdown Menu description: Change a basic Menu into an expandable dropdown menu with the Dropdown Menu plugin. video: 'KfnRuKBKrbw' sass: scss/components/_dropdown-menu.scss js: js/foundation.dropdownMenu.js --- ## Horizontal Dropdown menus build on the [Menu](menu.html) component's syntax. Add the class `.dropdown` and the attribute `data-dropdown-menu` to the menu container to set up the dropdown. ```html
``` To create dropdown menus, nest a new `Note that the <ul>
goes after the <a>
, and not inside of it.
Menus are block-level elements, which means they stretch to fill the width of their container. To make the below example less goofy, we've hard-coded a max-width
on the menu.