npm install superfish -s  or  Download

Example / Basic

The result:



The code:

The simplest use, and a good starting point for new users:

<!-- link to the CSS files for this menu type -->
<link rel="stylesheet" media="screen" href="superfish.css">

<!-- link to the JavaScript files (hoverIntent is optional) -->
<script src="hoverIntent.js"></script>
<script src="superfish.js"></script>

<!-- initialise Superfish -->
<script>
  jQuery(document).ready(function(){
    jQuery('ul.sf-menu').superfish();
  });
</script>
Need help? Check out the Support options available to you.
Fork me on GitHub

Created for you by Joel Birch xox

jQuery