Search code examples
jquerycssdrupal-7superfish

Superfish sub menus display before page is finished loading


Anyone know why this is happening? Whenever you go to a page on the site the sub menus appear briefly and then disappear when the page is done loading. I'd like to stop that from happening. Here's the url.. http://epsia.marketspacecom.com/

I'm guessing there's an issue with my CSS but I can't seem to pinpoint where the problem is :(


Solution

  • May be you have to define display:none in CSS instead of giving in JS like this:

    .sf-megamenu{
     display:none;
    }