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 :(
May be you have to define display:none
in CSS
instead of giving in JS
like this:
.sf-megamenu{
display:none;
}