Skip to content

Responsive multi-level menu with pure JavaScript and CSS. You can easily use the design by editing it according to your project.

Notifications You must be signed in to change notification settings

oziavci/ozmenu-responsive-dropdown-menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ozmenu-responsive-dropdown-menu

Responsive multi-level menu with pure JavaScript and CSS. You can easily use the design by editing it according to your project.

Example

    <li class="item dropdownitem">
      <a href="#" class="nav-dropdown">Services</a>
      <div class="dropdown">
        <ul>
          <li class="item"><a href="#">Software</a></li>
          <li class="item"><a href="#">Server Maintenance</a></li>
          <li class="item dropdownitem">
            <a href="#" class="nav-dropdown">Web Hosting</a>
            <div class="dropdown">
              <ul>
                <li class="item"><a href="#">Linux Hosting</a></li>
                <li class="item"><a href="#">Windows Hosting</a></li>
              </ul>
            </div>
          </li>
          <li class="item"><a href="#">Graphic Design</a></li>
        </ul>
      </div>
    </li>

Browser Support

  • Chrome
  • Firefox
  • Safari
  • Opera
  • IE7+
  • Android Browser
  • iOS Safari

About

Responsive multi-level menu with pure JavaScript and CSS. You can easily use the design by editing it according to your project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published