I remember Joel once told a trick for scaled images to be displayed smoothly in IE:
img {-ms-interpolation-mode:bicubic;}
Which makes downsized images (with a smaller size than that of the actual image by CSS or HTML width property) smooth without looking rugged.
Is there any similar CSS rules for this to work across all major modern browsers such as Firefox and Chrome?