Response title
This is preview!




I can't find this demo... the one here was only part helpful... Superfish Examplesdemos in a DOM inspector/ browser console
// initialise Superfish
<script>
$(document).ready(function(){
$("ul.sf-menu").superfish({
pathClass: 'current'
});
});
</script>
4. Ensure the relevant CSS and JS files are referenced, again as per the example://link to the CSS files for this menu type
<link rel="stylesheet" media="screen" href="superfish.css" />
<link rel="stylesheet" media="screen" href="superfish-navbar.css" />
// link to the JavaScript files (hoverIntent is optional)
<script src="hoverIntent.js"></script>
<script src="superfish.js"></script>
There isn't much here that the example leaves to the imagination to be honest :)
© 2012 jQuery Foundation
Sponsored by
and others.
