Does Prince support Css background gradients?
It doesn't seem to unless I'm doing something wrong?
Such as:
.new-middle {
border: 1px solid #333;
width: 758px;
height:854px;
margin:2px 0;
background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#9a9383));
background: -moz-linear-gradient(top, #f1f1f1, #9a9383);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#9a9383');
}
It doesn't seem to unless I'm doing something wrong?
Such as:
.new-middle {
border: 1px solid #333;
width: 758px;
height:854px;
margin:2px 0;
background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#9a9383));
background: -moz-linear-gradient(top, #f1f1f1, #9a9383);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#9a9383');
}