I'm rotating and tweening the top and left positions of several img elements (transparent .pngs of rounded rectangles that have a slight drop shadow). Everything is working perfectly in all browsers except IE(7&8) renders the "dropshadow" area of the pngs as a solid black.
I've tried several hacks like: http://snipplr.com/v...deview&id=46458 and http://snipplr.com/view/7903 but nothing seems to work.
It's notable to mention that if I remove the rotation from the elements, they render fine in IE.
Any help would be greatly appreciated!
PS - Thank you so much for porting this library to JS!!!