CSS images with Relative URL sometimes relative to page URL in IE
问题 I seem to be finding that IE sometimes tries to load CSS images with relative URLs, relative to the page url rather than the CSS file url. Example... someone loads this url: https://www.main-events.com/event/234/my-awesome-show/onlineentry/step-four/do-something That has a CSS file: <link rel="stylesheet" type="text/css" href="/content/core/MainEvents.min.css" /> With this inside it: .fade-red { background: url("../../img/fade-red.png") repeat-x scroll 0 100% #9D0032; } I then get an