zoltan-dulac / cssSandpaper

a CSS3 Polyfill that implements CSS3 transforms, box-shadow, gradients, opacity and RGBA/HSL/HSLA colours in browser that don't support them.
http://www.useragentman.com/blog/csssandpaper-a-css3-javascript-library/
208 stars 47 forks source link

Problem in IE when using with TypeKit #2

Closed smooshy closed 12 years ago

smooshy commented 12 years ago

Getting some errors due to cross-domain XmlHttpRequests not being allowed. It fails on the TypeKit stylesheets since they're on a different domain.

Javascript errors:

zoltan-dulac commented 12 years ago

Hey there.

I believe I have fixed this problem. It is checked into github. Please get the latest version from there and let me know if that fixes it.

Do you have a test page you can post to confirm the fix?

Please and Thanks.

Z.

smooshy commented 12 years ago

error is gone, but I'm stil having trouble with text shadows in IE. I'll open another issue.