Creating a hover menu
Creating a hover menu
Last updated
Creating a hover menu
Last updated
Hover menus are used to show things like menus and more information when you hover over an element. These are similar to pop ups seen in other examples.
Use the CSS template to show a menu when hovering over an element.
Menus are typical but you can have show other content.
You can also review the pop up examples to see other ways to show pop ups.
Create some menu items (textfields with anchor tag name in a group)
If you are going to use it on more than one artboard consider making it a component
Group the menu button and the menu
Select the menu group and in the Element Options panel click on the CSS template field
Enter the following in the CSS template field
Export the page and test in the browser.
Example project:
Create your menu “button” (it can be a text field too)
Add your menu underneath it
Go into the layers panel and hide the menu (or the content you want hidden by default)