I have a CSS file using CSS3PIE behavioral script, so that IE8 will support my files, however, I was wondering if there is any way to make the behavioral URL relative to the CSS file instead of relative to the HTML file. Is there any way to do this?
Share
You could use a path with a preceding slash (from the root of the domain), similar to this:
which should work as expected.
Or, you could use the PIE.js version: http://css3pie.com/documentation/pie-js/
But, there are a lot of downsides to PIE.js. Tread carefully.