I've tried the following css in IE9
filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)
progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
What happens is which ever filter is specified last is the one that gets applied. Is there any way to rotate the image and correct for opacity?