>> The only case I can see where it might be an issue would be if you mouseover the item that you just moused out of, but off the top of my head
Yes that was the reason. I didn't want menu's popping up that refused to disappear again! My JS skills aren't too great so I was trying to keep it simple, but as long as I understand any answers here that make it work better then that's great!
Main Topics
Browse All Topics





by: dakydPosted on 2007-10-05 at 07:43:04ID: 20022260
Maybe this is a stupid question, but why does the timeout need to be cleared when you mouse over the new menu item? It seems like if you just let the timeout happen, it'd make the old menu disappear after a second, and your mouseover could happen by itself.
The only case I can see where it might be an issue would be if you mouseover the item that you just moused out of, but off the top of my head, I figure you can probably add a check for the ID's to prevent that.
Or is there something I'm overlooking?