cancel
Showing results for 
Search instead for 
Did you mean: 

filter: progid:DXImageTransform.Microsoft .... with IE does not work

ChristianSass
Participant
0 Kudos

Hi,

I would like to use a color gradient in a text box and I've added the following code.

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#f1f1f1') !important;

background:-moz-linear-gradient(bottom,#b3b3b3,#f1f1f1); /* Firefox */

background:-webkit-gradient(linear,left top,left bottom,from(#b3b3b3),to(#f1f1f1)); /* Chrome, Safari */

It works for Firefox, Chrome but not IE 11. Is there something wrong with the coding or is this a "feature" of Design Studio?

Thx

Accepted Solutions (0)

Answers (1)

Answers (1)

Karol-K
Advisor
Advisor
0 Kudos

have you seen the discussion on

css - How to make background-image with linear-gradient work on IE 11? - Stack Overflow

google: "ie11 gradient background"

Karol