Jump to content

Collapsing navbars


techie-boi-77

Recommended Posts

Here's my code:

<nav class="navbar navbar-inverse">
  <div class="container-fluid">
    <div class="navbar-header">
      <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
        <span class="icon-bar"></span>
        <span class="icon-bar"></span>
        <span class="icon-bar"></span>
      </button>
    </div>
    <div class="navbar" id="myNavbar">
  <a href="file:///home/chronos/u-1a42361665a19f7075d43134a693f5846d3835e8/MyFiles/home.htm">Home</a>
  <a href="https://www...">Store</a>
  <a href="https://www.ups.com/track?loc=en_US&requester=ST/">Track Your Package</a>
  <a href="file:///home/chronos/u-1a42361665a19f7075d43134a693f5846d3835e8/MyFiles/aboutme.htm">About Me</a>
  <a href="file:///home/chronos/u-1a42361665a19f7075d43134a693f5846d3835e8/MyFiles/artclub.htm">Andrew's Art Club</a>
   <div class="dropdown">
    <button class="dropbtn">Need to Know
      <i class="fa fa-caret-down"></i>
    </button>
    <div class="dropdown-content">
      <a href="file:///home/chronos/u-1a42361665a19f7075d43134a693f5846d3835e8/MyFiles/returns.htm">Returns</a>
      <a href="#">Shipping Claims</a>
      <a href="#">Terms of Service</a>
      <a href="#">Privacy Policy</a>
      <a href="https://www...">Help Center</a>
    </div>
  </div>
  <a href="#">Deals</a>
    <a href="https://www...">Sign-in</a>
    <div class="dropdown">
    <button class="dropbtn">Languages
      <i class="fa fa-caret-down"></i>
    </button>
    <div class="dropdown-content">
      <a href="#">English 🇺🇸/🇬🇧</a>
      <a href="https://www...">Español 🇪🇸/🇲🇽</a>
      <a href="https://www...">Français 🇫🇷/🇨🇦</a>
      <a href="https://www...">Русский 🇷🇺 </a>
      <a href="https://www...">Italiano 🇮🇹</a>
      <a href="https://www...">Deutsche 🇩🇪</a>
      <a href="https://www...">中国人 🇨🇳/🇹🇼/🇭🇰</a>
      <a href="https://www...">Português 🇵🇹/🇧🇷</a>
    </div>
  </div>
</div>
</div>
</nav>

I was super excited that the navbar works now, only to be crushed when the dropdowns stopped working. Any suggestions?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...