If you see this image in the center of this screen the bug is present. Just use this simple Script in the <head> tag

<script>
function init(){ document.all.bug.style.posTop=-380;
}
</script>

Add this element to the <style> tag
#bug{position:absolute;top:142;left:230;width:100;height:100;}


add this to your body tag
onLoad="init()"

and write your <div> tag like this

<noframes><div id="bug">
<img src="reload1.gif" width=100 height=100>
</div>
</noframes>

<div id="bug"> <img src="reload1.gif" width=100 height=100> </div>