How is it possible to combine the nav-pills
of bootstrap
and the sf-menu
of superfish
?
I simply tried to use them both.
<ul class="nav nav-pills" id="example">
<li class="sf-menu current"> menu item </li>
</ul>
.. but surely they conbtradicted each other in the css styles and the output wasn't useable. So now I am looking for an easy way, to combine both, without rewriting the css of either of them.
(I am beginner in front end programming)