Hi,
Is it correct that if I use linear gradients for IE, the PIE funtionality that doesn´t work? Here's the css code. The part with -pie-background should be for IE. But this does'not work.
If I replace the lost line with the following it works.Code:background:-moz-linear-gradient(-30deg,#fc3 20%,#FFED96); background:-webkit-gradient(linear,0% 16.67%,100% 83.33%,color-stop(0.2,#fc3),color-stop(1,#FFED96)); background:-o-linear-gradient(-30deg,#fc3 20%,#FFED96); background:linear-gradient(-30deg,#fc3 20%,#FFED96); -pie-background:linear-gradient(-30deg,#fc3 20%,#FFED96);
I couldn't find a lot on the forum, but it looks like (another) path problem?Code:-pie-background: linear-gradient(-30deg,#fc3 20%,#FFED96); behavior: url(plugins/css3pie/PIE.htc);
Regards,
Atti


Reply With Quote
ops: I am using the Contao build-in css generator to make the settings for the PIE stuff. I am also using the csseditor extension. This one removes some of the (important) stuff.

Bookmarks