Hi all. I just want to use this menu. But found that on Opera browser when mouse over the link mouse style is default. Must be such as pointer.I add some cursor:pointer ( cursor:pointer !important;) code to css, but nothing. Same problem. You can test it with Opera ( my opera ver: 10.63) here http://www.sitepoint.com/examples/megadropdowns/completed.html
Try hover open some menu and mouse over the links on sub menu. Sometimes it works, but after page refresh not works.
the said menu uses jQuery to dynamically add the class “hovering” to li elements.
hence your problem there is a delay appearing because on “:hover” over <a> element the parent <li> is given that extra class. that requires a refresh which causes a bug and leads to no finger for you. which i find quite polite