Last active
June 19, 2018 10:41
-
-
Save DannyNunez/10483580 to your computer and use it in GitHub Desktop.
Boot Strap Flyout Menu
I managed to run the snippet after adding jQuery and after making the menu visible using an inline style:
</head>
<body>
<div class="row">
<ul class="dropdown-menu multi-level" role="menu" style="display:block;top:0px">
For some reason, I also had to set the top
position to 0px. Otherwise, the menu is below the visible part of the window.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm new to Bootstrap. What other code do I need to get this working? I copied the code it to my html page, previewed it, but it shows the nav in list item format, not flyout. Thank you.