Mouse over show and freeze a group
I am using the Mouse Over action (with the slide effect) to show a group of objects when the user hovers over a button. When I move the mouse away from the button the group of objects it automatically hides but I want the group to stay visible after I move the mouse away from the button
Change the 'on mouse over' event by an 'on mouse enter' one.
Change the 'on mouse over' event by an 'on mouse enter' one.
I have an additional question to this.
I would like to hide the two buttons that appear after leaving a certain area, but still leave them clickable (which rules out hotspot I think):
Thanks for help.
I have an additional question to this.
I would like to hide the two buttons that appear after leaving a certain area, but still leave them clickable (which rules out hotspot I think):
Thanks for help.
Group the two buttons into a Dynamic panel. Make the panel as big as the area you want and set the 'on mouse leave' event on the panel. That should do the trick.
Group the two buttons into a Dynamic panel. Make the panel as big as the area you want and set the 'on mouse leave' event on the panel. That should do the trick.
Replies have been locked on this page!