I have a modal box that is triggered via "onmouseover" on a certain image. The problem is that when the modal box is opened, it disappears because the background becomes opaque and the mouseout is called. So it keeps opening a modal box and closing it. it seems the modal box blinks. How can I make the modal box stay without having the mouseout called even the modal box is opened?