| 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;} |