Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
2.0k views
in Technique[技术] by (71.8m points)

css - IE9 issue border radius and linear gradient

I have used CSS PIE and filters to overcome the issue of border radius and linear gradient in IE9 with CSS, but I am not satisfied with the result. Is there any way to implement border radius with linear gradient?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Yup: implement the linear gradient in IE9 using an SVG background image.

A few of the online gradient generators will provide this option in their output. See e.g. http://www.colorzilla.com/gradient-editor/ (check the “IE 9 support” checkbox underneath the results checkbox).

Thankfully, SVG backgrounds are clipped by border-radius in IE 9, unlike gradients implemented with filter.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...