i have written some function for the ItemMouseOver event of the menu. But this works fine for when i move the cursor over any item. But when i move the cursor over the automatic scroll buttons (to scroll the items up/down) then this function doesn't get fired. Basically these buttons are not considered as an item.
Acutally i am using this event for making sure that wheather user's scroll is over the menu or not, because i don't have any "mouseover" event for the whole menu, and neither i can find out the id of the menu in the rendered html so that i can write the mouseover event for that (as for the child groups i m not able to figure out the dynamically generated id).
Any work around for this ?