You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was trying to use this for a client site and worked perfectly locally. Upon upload each page that used this for the background image would load briefly then direct to a 404 error page in IE8 only (did not try IE7 or lower). After hours of trouble shooting I realized, with everything else intact, remove the -ms-behavior: url(/backgroundsize.min.htc); was effectively breaking the site.
Resorts to using MS filters to help accommodate full screen images within divs for backwards compatibility.
The text was updated successfully, but these errors were encountered:
Are you using Azure's Virtual Machines or Web Sites service?
If VMs, did you check that the URL / file path was correct, and that it is served with the correct MIME type (text/x-component)? Since the polyfill has no server dependencies (other than the correct MIME type and served from the same domain as the page), it should work on any cloud platform.
I'll give it another once over. The client is using azure servers for their site and I'm not super familiar with how that runs.
I did notice that for some reason the file isn't on the FTP so that easily could've been the problem. That would've saved me hours of work. I'll double check and let you know.
Was trying to use this for a client site and worked perfectly locally. Upon upload each page that used this for the background image would load briefly then direct to a 404 error page in IE8 only (did not try IE7 or lower). After hours of trouble shooting I realized, with everything else intact, remove the
-ms-behavior: url(/backgroundsize.min.htc);
was effectively breaking the site.Resorts to using MS filters to help accommodate full screen images within divs for backwards compatibility.
The text was updated successfully, but these errors were encountered: