views:

207

answers:

0

I've just started working with the animationextender. It is being used for a login dialog that ideally will disappear if the user clicks outside of the login dialog. As in, the user hovers over a button, dialog appears. Users clicks the little X, it disappears. User clicks anywhere eles on the page, dialog disappears.

Right now, the X works fine to close, and the hover makes it appear, but can't get a way to close it by clicking anywhere else. I tried using the form as the target, but then it closes the dialog even when clicking inside, which obviously is not good.

Is this possible with AnimationExtender or do I need to find a new route?