Possible to resize background-image?
I have a Div chaning size accroading to the browser's dimension.
I'm using a css method
background-size:auto to controls the background-image fully fit inside that Div.
But I just found out this css trick does not support in IE6.
So I'm wondering if jQuery able to control the size of background-image?