html - CSS image pathing when sourced from a different host using IE -
[Setup: on ASP.NET MVC3 Azure for CSS files and assets for Azure Blob storage on HTTPS ] I am currently building a website that selects a suitable CSS style sheet based on the selection of the host - this website is allowed to enable for different brands Which changes by all the CSS, but its control references the host tents Uses an MVC controller that detects the host, then redirects the css file and related assets (i.e. images) from a different location (using an asp.net rewrite rule). For example: www.host1.com will reference a CSS file with requests from myCssAndAssets.mycoreserver.com/css/ www.host1. Com www.host2.com will reference a CSS file with requests from myCssAndAssets.mycoreserver.com/css/ www.host2.com This works completely different from a small problem, breaking things when using Internet Explorer. In short, Internet Explorer successfully receives the CSS file, but it can not reference any image referenced in that file. Here, all the images are ...