I am using Superfish menu for my DNN website and applying sf-navbar as a class for ul by using jquery in superfish.js. I think this is not a right way to include it! However, I have also defined the superfish-navbar.css in menudef.xml.
The second problem is when the menu loads in any browser, for some seconds it show white colour as a border on each li items in the menu. I am not able to figure out where is this problem coming from.
This are the links to my website: http://www.siddharthkpandey.co.uk/museum/newdesign.aspx and http://www.siddharthkpandey.co.uk/museum/newdesign/generalpage.aspx
On superfish.css, line 62, you are having
.sf-menu awhich is the problem.This is how I tracked it:
enable javascript again when you get this fixed. Let me know if you need more help.