Cara menggunakan pure javascript


Learn how to create a dropup menu with CSS.


Dropup

A dropup menu is a toggleable menu that allows the user to choose one value from a predefined list:

Try it Yourself »


Create A Hoverable Dropup

Create a dropup menu that appears when the user moves the mouse over an element.

Step 1) Add HTML:

Example


 
 

    Link 1
    Link 2
    Link 3
 

Example Explained

Use any element to open the dropup menu, e.g. a