Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Burger menu is not working?

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #240958
    phani
    Participant

    “`<nav role=”navigation” class=”navbar navbar-default”>

    <div class="navbar-header">
    <button type="button" data-target="#navbarCollapse" data-toggle="collapse" class="navbar-toggle">
    <span class="sr-only">Toggle navigation</span>
    <span class="icon-bar"></span>
    <span class="icon-bar"></span>
    </button>
    <a href="#" class="navbar-brand">DETIALS></a>
    </div>

    <pre><code> <div id="navbarCollapse" class="collapse navbar-collapse">
    <ul class="nav navbar-nav">
    <li><a id="PERSONAL_PROFILE" href="#">PERSONAL PROFILE</a></li>
    <li><a id="OBJECTIVE" href="#">OBJECTIVE</a></li>
    <li><a id="EDUCATION_QUALIFICATION" href="#">EDUCATION QUALIFICATION</a></li>
    <li><a id="TECHNICL_SKILLS" href="#">TECHNICL SKILLS</a></li>
    <li><a id="INTERNSHIP" href="#">INTERNSHIP</a></li>
    <li><a id="ACADEMIC_PROJECT" href="#">ACADEMIC PROJECT</a></li>
    <li><a id="ACHIEVMENTS" href="#">ACHIEVMENTS</a></li>
    <li><a id="STRENGTHS" href="#">STRENGTHS</a></li>
    <li><a id="HOBBIES" href="#">HOBBIES</a></li>
    </ul>
    </code></pre>

    </div>
    </nav>“`
    this is my code, it is not converting as a burger menu when i am using it in mobile. can anybody help me?

    #240959
    Shikkediel
    Participant

    can anybody help me?

    That seems unlikely without posting the media queries or JS that should do this. Or better even, a small demo.

    #240961
    Paulie_D
    Member

    Looks like bootstrap to me…but without a demo I’m not even close to touching this one.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.