Hi
I'm making a right toolbar with different buttons on it. When i rollover it, it slides inside the view and when i rollout it slides out of the view almost 90%. each button on it also has some rollOver/Out event listeners. Problem is, when i rollover on any button, then the rollout event of the container(toolbar) get dispatched and toolbar hides itself.
Is there any way to keep hide/showing on rollover/rollout the toolbar, and also justify with buttons over the toolbar?
Thanks