Below is my html code for image.
<img src="" id="displaymirrorimage" height=auto width=auto style="display: none;">
Below is my javascript code for show image dynamically on mouseover.
document.getElementById("displaymirrorimage").style="display:block;";
It's working fine in Firefox and Chrome but can't work in Internet Explorer and Safari browser.