Submenus html help

Asked

Viewed 43 times

1

Hi, I’m on a project here, but I’ve locked in here on a piece, need help from you, here’s the thing, I’ve got the code shown below, and I want to do kind of like this plus create a submenu...

<li>
    <br>
    <a href="dashboard.php" class=" active">
        <i class="fa fa-dashboard sidebar-nav-icon"></i>
        <span class="sidebar-nav-mini-hide">Dashboard</span>
    </a>
</li>
  • You can explain the question better and give examples of what you want to appear?

  • Look at the following images: 1° as is: http://imgur.com/a/HqJxM 2° as and for: http://imgur.com/a/INYEk Look like a sub menu

  • 1

    I’ll give you a cool tip! Doing things by hand is cool, but we need to visualize some examples to get the hang of it. Visit sites like: - https://codepen.io/tanvirhasan93/pen/rgumB - http://cssdeck.com/ - https://getbootstrap.com/ There you will see several open codes for you to follow. For a submenu, this structure is not at all cool.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.