Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

How to add auto navbar expand on mouse hover? on this site

this is the website I’m developing now I have a problem with how to auto navbar expand on mouse hover on this site http://www.kasuncfernando.tk/dls/index.html can you guys inspect it and tell me what to do or what to add, thank you

how to set navbar auto-expand on mouse hover

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

Here is one item of the menu. Try this:

.dropdown-menu.multi-level {
    display: none;
}
.nav.navbar-nav li:hover ul {
    display: block  
}
<ul class="nav navbar-nav">
    <li>
        <a href="#" class="dropdown-toggle" data-toggle="dropdown" aria-expanded="false">Admission <b class="caret"></b></a>
        <ul class="dropdown-menu multi-level">
            <li><a href="btech_admission.html">B.Tech</a></li>
            <li><a href="mtech_admission.html">M.Tech</a></li>
            <li><a href="phd_admission.html">Ph.D</a></li>
        </ul>
    </li>
</ul>
Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading