AnimationExtender - close by clicking ouside the div - Stack Overflow most recent 30 from stackoverflow.com2009-12-15T20:52:21Zhttp://stackoverflow.com/feeds/question/559021http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/559021/animationextender-close-by-clicking-ouside-the-div0AnimationExtender - close by clicking ouside the divCoder2009-02-17T22:30:45Z2009-02-17T22:30:45Z
<p>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.</p>
<p>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. </p>
<p>Is this possible with AnimationExtender or do I need to find a new route?</p>