javascript - Superfish dropdown with Bootstrap? -
how possible combine nav-pills
of bootstrap
, sf-menu
of superfish
?
i tried use them both.
<ul class="nav nav-pills" id="example"> <li class="sf-menu current"> menu item </li> </ul>
.. surely conbtradicted each other in css styles , output wasn't useable. looking easy way, combine both, without rewriting css of either of them.
(i beginner in front end programming)
Comments
Post a Comment