I have a carousel that requires titles be rotated by 270 degrees, and it looks lovely but on IE8 & IE7, there is a horrible black outline in the text.From Firefox- IE9, Chrome and opera are all identical ->
From IE8, IE7 shows the same. ->
I have tried the css method \[code\]filterrogidXImageTransform.Microsoft.BasicImage(rotation=1);\[/code\] but this screws up IE9, even with \[code\]-ms-transform\[/code\] in there to counter it.I have also-
- Included Cufon to try to create an image canvas of the text, then rotate that using css filters/transforms - same result.
- Used jQuery Rotate plugin from jQuery Rotate