Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Need some help with html code and Dropbox menu  (Read 7191 times)

0 Members and 1 Guest are viewing this topic.

jwlickliter

    Topic Starter


    Newbie

    • Experience: Experienced
    • OS: Windows 10
    Need some help with html code and Dropbox menu
    « on: July 14, 2017, 05:49:24 PM »
    I read A lot of answers about this on the web. I can't figure out why this Dropbox menu dosnt work on my site. Most answers aren't written like mine is written so It hard to figure out what's going on. I'll post the code and see if any one can help me with this. I dosnt work on mobile or desktop.

    Code ------

    <nav class="navbar navbar-inverse navbar-static-top">
      <div class="container">
        <div class="navbar-header">
          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
            <span class="sr-only">Toggle navigation</span>
            <span class="icon-bar"></span>
            <span class="icon-bar"></span>
            <span class="icon-bar"></span>
          </button>
          <a class="navbar-brand" href="http://www.selfenergygroup.org">Self Energy Group[/url]
        </div>
        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
          <ul class="nav navbar-nav navbar-right">
            <li>Forum</li>
            <li class="dropdown">
              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">News<span class="caret"></span>[/url]
              <ul class="dropdown-menu">
                <li>General</li>
                <li><a href="#">Development[/url]</li>
                <li><a href="#">Systems[/url]</li>
              </ul>
            </li>
            <li>Contact</li>
          </ul>
        </div>
      </div>
    </nav>

    End code --------

    Thanks and any help is appreciated.