简体   繁体   中英

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 -> 来自FF的图像,在IE9,Opera和Chrome中完全相同

From IE8, IE7 shows the same. -> 从IE8开始,IE7完全一样

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

看看Raphael http://raphaeljs.com/我在一些项目中使用过这个,并且有过很好的经历。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM