I would like to know how I can display this dropdown without the user having to click to have their content accessed, just by dragging the mouse over MSDNAA-Microsft, for example.
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
MSDNAA-Microsoft
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="#">Suporte MSDNAA</a>
<a class="dropdown-item" href="https://login.microsoftonline.com/" target="_blank">E-Mail</a>
<a class="dropdown-item" href="https://fatec.onthehub.com/WebStore/Welcome.aspx" target="_blank"">Microsoft Imagine</a>
</div>
</li>