http://486.408.myftpupload.com/
Hi there, I have added this code to remove the submenu delay:
/* Avoiding Submenu Delay */
.x-navbar .desktop .x-nav li:hover > .sub-menu {
display: block;
}
I wanted the delay to be minimal once you move your mouse away form the submenu, BUT
If you try it out, it sometimes disappears before you get chance to click on it, how do I fix this? can I add a small delay on the out via css?
Thanks.