Closed sebcante closed 11 years ago
Seb,
I had this same issue. After swapping out the class name on the element, just change another watched property.
elem.style.backgroundImage='';
worked for me.
On Sun, Feb 3, 2013 at 2:02 AM, sebcante notifications@github.com wrote:
Hi louisremi,
Thanks for your work it pretty much worked out of the box! Something i am wondering if there is a way to change dynamically the background image via CSS with IE8 and using the htc hook. Let s say you have 2 skins where each of them have a different background images
sebcante commented 11 years agoThanks jonathan for your help
On Sun, Feb 3, 2013 at 11:30 PM, Jonathan Hawkes notifications@github.comwrote:
Seb,
I had this same issue. After swapping out the class name on the element, just change another watched property.
elem.style.backgroundImage='';
worked for me.On Sun, Feb 3, 2013 at 2:02 AM, sebcante notifications@github.com wrote:
Hi louisremi,
Thanks for your work it pretty much worked out of the box! Something i am wondering if there is a way to change dynamically the background image via CSS with IE8 and using the htc hook. Let s say you have 2 skins where each of them have a different background images
https://github.com/louisremi/background-size-polyfill/issues/7>.— Reply to this email directly or view it on GitHubhttps://github.com/louisremi/background-size-polyfill/issues/7#issuecomment-13046325.
Hi louisremi,
Thanks for your work it pretty much worked out of the box! Something i am wondering if there is a way to change dynamically the background image via CSS with IE8 and using the htc hook. Let s say you have 2 skins where each of them have a different background images
i managed to display the img1 ok in IE8 , but when i switch the skin css class from skin1 to skin2 the img2 does not showup as if the backgroundsize.min.htc executes once . Do you know if there is a way to reset it ?
thanks
-seb