Hi,

I am facing an issue with the onblur() event. The requirement is when i click a small icon in my html page a small rectangular overlay containing some text message should appear and it should disappear when I click any where else on the page.

I have implemented the situation using java script. To bring the overaly using java script, the display property of a div is made visible and to make the same overlay hidden...