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

Popular posts from this blog

javascript - Trigger mouseenter when an animated element touches mouse -

json - Zend error Connection -

java - Using Spring @Transactional with a combination of readOnly and write, when does this entity get committed? -