
Can't get -pie-background to work with multiple backgrounds
Hi,
Does anyone know what's going on here?
The documentation seems to suggest this should work, but it does not.
Code:
-pie-background: url(../images/bodyBG.png) 500px -10px repeat-x, linear-gradient(90deg, #a3c2ea, #bac4c7);
The gradient renders fine, just the png background doesn't appear in any IE.
It works for webkit & mozilla, but that's using those browser's CSS capabilities, not PIE.
Thanks for any advice.