Hi
When I visually scale an image, firefox 3 blurs it. Firefox 2 and other browsers don't, which is the behavior I expect. This is especially lame for creating a webbased game using png or gif sprites.
For example, when showing a 100x100 image in firefox 3 like this:
<img src="sprite.gif" width="200" />
or
<img src="sprite.gif" style="width:200px; height:200px;" />
it looks blurred in ff3, not in IE.
Any ideas on how to prevent this?