I have PIE on my site so that IE can do border-radius, drop-shadow, etc. All was well until I decided to make the site load a little quicker by converting the common background images into a sprite and positioning them with CSS. This works fine until you zoom in in IE. Whilst the div, border-radius and drop shadow resize nicely, the background image doesn't scale and ends up showing the other sprite images.
Does anyone know how to sort out PIE (either by css or messing with the behaviour) so that it behaves nicely in IE when a user changes the page zoom?