I'm interested in using border-radius.htc or css3pie.htc in my stylesheet to enable newer CSS3 abilities in older versions of Internet Explorer.

Unfortunately, MSIE requires that the .htc behavior file must be in the same domain as the HTML page which uses it.

How would one go about using the .htc file when the subdomain is virtual (created by WordPress MultiSite, in my instance)?

link|improve this question

71% accept rate
1  
Actually, WordPress will probably also be the solution to this problem. I believe that using a relative URL in the stylesheet (to the theme's files) will simulate the same domain requirement. Alas, an untested afterthought. – Craig Apr 15 '11 at 22:40
feedback

1 Answer

You could also use csspie.js: http://css3pie.com/documentation/pie-js/

link|improve this answer
Indeed! Certainly more than a few disadvantages, though (also listed on that page). – Craig Apr 29 '11 at 4:06
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.