PIE icon indicating copy to clipboard operation
PIE copied to clipboard

pie-load-path

Open foodgy opened this issue 11 years ago • 2 comments

I'm trying to setup pie 2.0 beta 1 But i cant set proper custom load path for *.js files (example path - http://domen.com/js/pie/PIE_IE678.js).

Here is my attempts:

First attempt

html {
    -pie-load-path: "/js/pie/";
}

.class {
    behavior: url(/css/PIE.htc);
}

Second attempt

html {
    -pie-load-path: "http://domen.com/js/pie/";
}

.class {
    behavior: url(/css/PIE.htc);
}

PIE 2.0 beta 1 only worked for me if *.js file are in the same folder with *.htc

foodgy avatar Apr 17 '13 20:04 foodgy

Does it work if you leave off the quotes? There was a bug in beta1 with that (fixed in master)

lojjic avatar Apr 22 '13 18:04 lojjic

foodgy can you please clarify what exactly the issue is?

Are the .js files loading (visible in dev tools) and gradients are just not working? OR are the js files not loading at all?

I was able to get the -pie-load-path to work just fine, however, it simply doesn't work in ie9 or ie8.

u353 avatar Jun 20 '14 21:06 u353