filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#{ie-hex-str($start-color)}',endColorstr='#{ie-hex-str($end-color)}',GradientType=1);// IE9 and down
}
// Vertical gradient, from top to bottom
//
// Creates two color stops, start and end, by specifying a color and position for each color stop.
// Color stops are not available in IE9 and below.
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#{ie-hex-str($start-color)}',endColorstr='#{ie-hex-str($end-color)}',GradientType=0);// IE9 and down
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#{ie-hex-str($start-color)}',endColorstr='#{ie-hex-str($end-color)}',GradientType=1);// IE9 and down, gets no color-stop at all for proper fallback
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#{ie-hex-str($start-color)}',endColorstr='#{ie-hex-str($end-color)}',GradientType=0);// IE9 and down, gets no color-stop at all for proper fallback