CSS gradients in IE7 & IE8 is causing text to become aliased

后端 未结 7 1036
灰色年华
灰色年华 2021-02-05 07:58

I\'m attempting to use a CSS gradient in a div containing some text. With Gecko and Webkit, the text displays fine. In IE7 & IE8 the text appears aliased (jaggy).

7条回答
  •  萌比男神i
    2021-02-05 08:20

    You could try using an IE css 3 html component, like PIE (http://css3pie.com,) which does a fairly decent job of rendering gradients. (Though this is essentially using javascript)

提交回复
热议问题