How do I create a simple drop menu for/on a mobile app?

Joined
Aug 22, 2025
Messages
11
Reaction score
0
Hello.

Could I please just ask, how I would go about creating a simple drop menu for a mobile app?

Working with an html template, the coding for the bottom bar, has 3 options. One is home, second is a menu (i've included below), and the third is a search button.

I'm just working on the menu button:-


Code:
<!-- mobile bottom bar -->
<div class="mobile_bottombar d-block d-lg-none">
        <div class="header_icon">
                 <a href="javascript:void(0)" class="icon_wrp text-center open_category" id="mobile_menwrap">
                           <span class="icon">
                                  <i class="icon-list-ul"></i>
                           </span>
                          <span class="icon_text">Menu</span>
                   </a>
         </div>
 </div>

I'd be grateful if anyone knows how to create a simple drop menu.

Thank You.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,342
Messages
2,571,407
Members
48,797
Latest member
kenne2025

Latest Threads

Top