Showing posts with label internet-explorer-6. Show all posts
Showing posts with label internet-explorer-6. Show all posts

Wednesday, May 2, 2012

IE6: Background-Image Load Event


I am displaying a bunch of thumbnail images and the latency can be very high (over a VPN) so I send all the thumbnails in a single file (like a sprite) and set the CSS background-image and background-position properties of a div to show the thumbnails. The problem I'm having is with IE6 and figuring out when the image has loaded... I'm using the BackgroundImageCache hack:

Sunday, February 12, 2012

Problems with subsequent instances of a JS object in IE6


I got a little problem with IE6 which doesn't appear on Chrome or Safari or Firefox. All is working fine except one thing: my web app defines a constructor/prototype from which I create multiple instances like this: