Hi Ryan,

You didn't initialise your menu. Put this in a script tag after
including Superfish:

$(document).ready(function(){
    $('ul.nav').superfish();
});

Of course you can also pass in an options object if you wish. Check
out the Superfish documentation for more info.
http://users.tpg.com.au/j_birch/plugins/superfish/

Joel Birch.

Reply via email to