================COPY CODE BELOW=========================== <script>
var bug = new Image(); bug.src = "../images/bug.gif";
</script> ================COPY CODE ABOVE===========================
INSTRUCTIONS
Paste code inside head<HEAD></HEAD> of HTML page
This occurs because of an apparent bug in Internet Explorer. It usually
affects small pictures, such as 16x16 pixels and smaller, that appear in
tables.
Change bug and bug.gif to the name of your picture, and adjust the relative
path as necessary.
Repeat the two statements on the middle line of this script for each small
picture that fails to appear.
DESCRIPTION
Forces 16x16 and smaller images to always appear in Internet Explorer