Hi All, I need to implement a custom menu like on this site http://www.salesforce.com/demos/, when you take mouse on Products or Services menu.
I can use a PopupPanel for menu which pop up when the mouse is over the menu, but the problem is when should I hide the menu ? Because if catch the mouse out event of menu (popuppanel) then I will be able to hide the menu (popuppanel) but then user have to compulsory take mouse over the menu (popuppanel) to hide the menu and I cant do it in mouse out of menu because that will always hide the menu (popuppanel). I guess onBrowserEvent shoud work for this type of scenario, but not sure. any ideas ? Thanks, Abdullah--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
