Quote:
Originally Posted by ckeyrouz
Add the onblur event of the div itself:
<div id="mydiv" onblur='unhide("mydiv")'><a href="javascript:unhide('mydiv2');">Click here to show content</a>
</div>
|
Hey,
This didn't seem to work... Any other suggestions.
Thanks.