Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Text rotate background issue - IE8 and IE7

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 -> image from FF, identical in IE9, Opera and Chrome

From IE8, IE7 shows the same. -> From IE8, IE7 is exactly the same

I have tried the css method filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1); but this screws up IE9, even with -ms-transform 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

If anyone has any ideas on how to overcome this, I would greatly appreciate it. Thanks, Dan

like image 507
ggdx Avatar asked Nov 04 '22 06:11

ggdx


1 Answers

Have a look at Raphael http://raphaeljs.com/ I've used this in some projects and have had good experiences.

like image 174
wmitchell Avatar answered Nov 08 '22 11:11

wmitchell