Hi,
Thanks for the great works. I have the same problem too. All I did was to use the same index.html from the demo, change the source of JQuery & CSS and move the css and libs folders under a different directory /publish. The menu comes up but the no drop down.
<!-- jQuery -->
<script type="text/javascript" src="publish/libs/jquery-loader.js"></script>
<!-- SmartMenus jQuery plugin -->
<script type="text/javascript" src="publish/jquery.smartmenus.js"></script>
<!-- SmartMenus jQuery init -->
<script type="text/javascript">
$(function() {
$('#main-menu').smartmenus({
subMenusSubOffsetX: 1,
subMenusSubOffsetY: -8
});
});
</script>
<!-- SmartMenus core CSS (required) -->
<link href="publish/css/sm-core-css.css" rel="stylesheet" type="text/css" />
<!-- "sm-blue" menu theme (optional, you can use your own CSS, too) -->
<link href="publish/css/sm-blue/sm-blue.css" rel="stylesheet" type="text/css" />
<!-- #main-menu config - instance specific stuff not covered in the theme -->
<style type="text/css">
Any help would be appreciated.
Thanks
htc