Jump to content

techie-boi-77

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by techie-boi-77

  1. 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?

×
×
  • Create New...