Hi Nancy, Have a look at the "pathClass" feature of Superfish. The link to read is here: http://users.tpg.com.au/j_birch/plugins/superfish/all-horizontal-example/
Superfish does not automatically know which menu item matches the current page so you need to add a class (eg. "current") to the correct list item yourself (or add it using your server-side language - PHP, ASP, etc). Once you have this ready, you can set up Superfish like this: $(document).ready(function(){ $('ul.nav').superfish({ pathClass : "current", /* other options here... */ }); }); Then Superfish will know to keep open the correct "current" submenus. Let me know if you have any more questions. Joel Birch.