Setting linear gradient's starting and ending position in MSIE 9 and older
问题 I have this CSS background-image: linear-gradient(360deg,rgb(255,255,255) 25% ,rgb(241,123,25) 75%); with -moz, -o, -webkit, -ms (for IE10) prefixes. I need to get this behaviour for older IEs using MSIE's filter. I can do this filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#F17B19', gradientType='1'); But in previous case it behaves as background-image: linear-gradient(360deg,rgb(255,255,255),rgb(241,123,25)); or background-image: linear-gradient