Interesting Image Highlighting in Internet explorer

Interesting Image Highlighting in Internet explorer

All,
I've scoured the web, and found not what I was looking for. This is
really easy to reproduce:
put an image on your page somewhere within a div and have a function
invoked on the image:
function showImage()
{
$("#someImage").show("drop");
}
<img id="someImage" src="blah.jpg" style="border:none; display:none;" /