My site is located at http://www.idataresearch.net
I’m using Dynamic Drive’s ddmoothmenu script for the navigation menu. I really love this script and was happy to see that the previous developer implemented it in our site. However, for whatever reason it displays the fully expanded menus for the split second it takes to load the page.
I’ve tried display: none on the smoothmenu1 div and the creating this function:
function showDiv();
$(#smoothmenu1).show();
}
and then
but that didn’t work. Can someone have a look at my code and let me know what I’m missing to solve this problem … thank you!!
You have an error to your code.
Try this