SetUp: 1. attach jQuery in header of ur site. 2. include superfish_include.php in html
tag 3. include menu.php (u must have ur own menu like menu.php) 4. be care about $dgmenu['path']. it will be the location of superfish_include.php New in dgmenu version dgmenu_v-1.2: 1. instead of $dgmenu['is_custom'] now $dgmenu['is_custom'] is used 2. attaching superfish_modified.css & superfish-vertical_modified.css are stopped. 3. $dgmenu_style['arrow_top']: it defines distance of arrow from top edge of the item 4. $dgmenu_style['font_family']: font-family style of the menu. 5. $dgmenu_style['font_size']: font-size property of style of the menu. 6. $dgmenu_style['line_height']: line-height property of style of the menu. release dgmenu_v-1.1: About Options($dgmenu): $dgmenu['is_jquery_need']: if jQuery is needed that means if jQuery is not loaded then it will be true otherwise it will be false $dgmenu['type']: it defines menu type value may be as follows: $dgmenu['type']='horizontal' $dgmenu['type']='vertical' $dgmenu['opacity']: it is first parameter of JQuery animate() method its may be as follows: $dgmenu['opacity']="'show'" $dgmenu['opacity']="'toggle'" $dgmenu['opacity']="'0.5'" $dgmenu['height']: it is first parameter of JQuery animate() method its may be as follows: $dgmenu['height']="'show'" $dgmenu['height']="'toggle'" $dgmenu['height']="['show','swing']" $dgmenu['height']="['toogle','swing']"