I'm hunting for a solution that provides IE6 - IE8 support for the following:
background-size: 10em 10em;
This would allow one to have dynamic sizing control over background images.
I'm okay with virtually any solution (HTC, JavaScript, CSS Hacks, etc.).
I do not want to stretch the background image across the entire container. This can already be done with -vendor-background-size (using the cover value) and MS specific filters (IE6-8).