Created
March 28, 2018 10:49
-
-
Save yousufansa/7f20f56fc09928cf40e055f00cd10c42 to your computer and use it in GitHub Desktop.
Sportexx Menu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.navbar-nav .open li:hover { | |
position: relative; | |
} | |
.navbar-nav .open li:hover > ul { | |
display: block; | |
position: absolute; | |
top: -7px; | |
left: 100%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment