Hi Joel,
THANK YOU SO MUCH ... a honest very big Thank You :-) That helped :-) One final remark: I tried to use parameters with the default text: <script type="text/javascript"> // initialise plugins jQuery(function(){ jQuery('ul.sf-menu').superfish(); delay: 500, // one second delay on mouseout animation: {opacity:'show',height:'show'}, // fade-in and slide-down animation speed: 'fast', // faster animation speed autoArrows: true, // disable generation of arrow mark-up dropShadows: true // disable drop shadows }); </script> but first after using the text from your homepage it worked. perhaps the text should be changed in the example.html. <script type="text/javascript"> $(document).ready(function(){ $("ul.sf-menu").superfish({ delay: 100, // one second delay on mouseout animation: {opacity:'show',height:'show'}, // fade-in and slide-down animation speed: 'fast', // faster animation speed autoArrows: true, // disable generation of arrow mark-up dropShadows: true // disable drop shadows }); }); </script>