Rotate text in IE, without it getting ugly

前端 未结 4 572
不思量自难忘°
不思量自难忘° 2020-12-31 05:47

I\'d like to rotate a text by 90 degrees counter-clockwise. Firefox and Chrome are no problem, using:

-webkit-transform-origin: top left;
-webkit-transform:          


        
4条回答
  •  借酒劲吻你
    2020-12-31 06:14

    The RenderEngine of IE is awful... I would try to work with background images. Maybe a Font Replacement like Cufon would do a better Job. Cufon generates Images of your Text. Works good in IE as far as i know.

提交回复
热议问题