简体   繁体   English

文本旋转背景问题 - IE8和IE7

[英]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. 我有一个旋转木马要求标题旋转270度,它看起来很可爱,但在IE8和IE7上,文字中有一个可怕的黑色轮廓。

From Firefox- IE9, Chrome and opera are all identical -> 从Firefox-IE9开始,Chrome和Opera都是相同的 - > 来自FF的图像,在IE9,Opera和Chrome中完全相同

From IE8, IE7 shows the same. 从IE8,IE7显示相同。 -> - > 从IE8开始,IE7完全一样

I have tried the css method filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1); 我试过css方法filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1); but this screws up IE9, even with -ms-transform in there to counter it. 但这搞砸了IE9,即使使用-ms-transform来对抗它。

I have also- 我也有-

  • Included Cufon to try to create an image canvas of the text, then rotate that using css filters/transforms - same result. 包含Cufon尝试创建文本的图像画布,然后使用css过滤器/变换旋转 - 相同的结果。
  • Used jQuery Rotate plugin from jQuery Rotate 从二手的jQuery插件旋转jQuery的旋转

If anyone has any ideas on how to overcome this, I would greatly appreciate it. 如果有人对如何克服这个问题有任何想法,我将不胜感激。 Thanks, Dan 谢谢,丹

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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