简体   繁体   中英

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?

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 eg 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 .

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