سلام دوستان من یه ماژول منو ساز نصب کردم ساب منوها تو قمست تنظیمات ماژول فعال هست ولی نشون نمیده باید چیکار کنم از اینجا دانلود کردم
Exaple --Vertical styleکد:http://users.tpg.com.au/j_birch/plugins/superfish/#sample3
فقط منظور این کدهای پائنیش رو نفهمیدم
----------------------------------------------------------------
The code:
To create an all-vertical menu, simply add the class sf-vertical to the parent ul along with the usual sf-menu class (space-separated, eg. class="sf-menu sf-vertical"), and initialise as normal. For this example I will also demonstrate altering some of the options in order to create a slide-down animation and a longer delay on mouseout:
کد://link to the CSS files for this menu type
<link rel="stylesheet" type="text/css" media="screen" href="superfish.css" />
<link rel="stylesheet" type="text/css" media="screen" href="superfish-vertical.css" />
// link to the JavaScript files (hoverIntent is optional)
<script type="text/javascript" src="hoverIntent.js"></script>
<script type="text/javascript" src="superfish.js"></script>
// initialise Superfish
<script type="text/javascript">
$(document).ready(function(){
$("ul.sf-menu").superfish({
animation: {height:'show'}, // slide-down effect without fade-in
delay: 1200 // 1.2 second delay on mouseout
});
});
</script>
که یعنی چی تشکر باید چیکار کنم که زیر منوها نشون بدن
** هایپرلینک اصلاح شد.
