Superfish nav-bar style doesn't work
Hey,
I tried to include the Superfish menu in nav-bar style (example 4). In contrast to Joels example4 description I included "superfish.css", superfish-vertical.css and "superfish-navbar.css" as well. Until now the 1st layer comes horizontal. The 2nd and 3rd layer is vertical rendered.
What I included:
//link to the CSS files for this menu type
<link rel="stylesheet" media="screen" href="css/superfish.css" />
<link rel="stylesheet" media="screen" href="css/superfish-vertical.css" />
<link rel="stylesheet" media="screen" href="css/superfish-navbar.css" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
// link to the JavaScript files (hoverIntent is optional)
<script src="hoverIntent.js"></script>
<script src="superfish.js"></script>
// initialise Superfish
<script>
$(document).ready(function(){
$("ul.sf-menu").superfish({
pathClass: 'current'
});
});
</script>
Do you have an idea what's wrong?
Greetings from Berlin.
bolshi