
No image with gradient (multiple backgrounds) in IE8
The image doesn't show up at all, even if I remove the gradient.
HTML:
Code:
<div class="css3pie test" style="width: 50px; height: 60px" />
CSS:
Code:
test {
background: url('../img/ico_arrow_dropdown.png') no-repeat center center, linear-gradient(to top, rgba(4,137,186,1), rgba(5,159,216,1));
-pie-background: url('/img/ico_arrow_dropdown.png') no-repeat center center, linear-gradient(to top, rgba(4,137,186,1), rgba(5,159,216,1));
}
css3pie {
behavior: url(/js/PIE.htc);
}