Pro-lite Admin
cript type="text/javascript"> jQuery(document).ready(function(){ jQuery(".moduletable-superfish ul,#nav ul") .supersubs({ minWidth: 10, // minimum width of sub-menus in em units maxWidth: 25, // maximum width of sub-menus in em units disableHI: true, // set to true to disable hoverIntent detection extraWidth: 1 // extra width can ensure lines don't sometimes turn over // due to slight rounding differences and font-family }) .superfish({ animation : {opacity:"show"}, speed: 'normal', delay : 800 }); });
Pro-lite Admin