I am using CSS Sprites. CSS Sprites makes use of background images. Now the problem here is when there is a scrollbar and I scroll to the bottom of the page, hiding the images from the sprite. Now when I scroll back up and the images reappear, they are slightly distorted. I have read some where that when we move a scrollbar the background images are repositioned or rendered again when we move the scrollbar such that the background images reappear. Well the fix could be to mark the background property of the CSS Sprite as fixed but then using sprites becomes difficult and the position of images remains fixed and it actually moves with the scroll bar. Any ideas? thanks