
CSS3PIE gradient drawing error at dynamic div
I would like to add a rounded div to a table cell with gradient (angled 135):
Code:
-pie-background: linear-gradient(135deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
transparent 75%, transparent) 0 0 / 50px 50px, #c16;
behavior: url("../Content/PIE/PIE.htc");
but it results a simple white to black gradient.
What could be the problem, please?