1

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)?

Caspar Kleijne
  • 21,552
  • 13
  • 72
  • 102
Craig
  • 325
  • 1
  • 4
  • 17
  • 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

1 Answers1

2

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

Frazor
  • 126
  • 2