Problem on click/mouseover on sub-menu of DD Mega Menu
Hi !
There are the following three pages to compare.
http://ehyeh.com
http://ehyeh.com/ehyehindex-BackGrou...dNewTopic.html
http://ehyeh.com/ehyehindex-BackGrou...ewTopic-T.html
The issue is between the latter two pages. I changed the 'click' to 'mouseover' in the following code
Code:
76 ddmegamenu.docinit({
77 menuid:'glowingtabs',
78 trigger:'click',
79 dur:300,
80 easing:'easeInOutSine'
of the second page.
After changing, the sub-menu of 'News' doesn't work for click. The click for the sub-menu works on the first page and the second page.
Anyone knows how to fix it ?
naremkim