not displaying background gradient color at runtime
6 Views
6 Comments
Question
Hi, we are using the version 8.0.1.20 Service Studio. I created a panel with background gradient color in CSS. During the design time, I am able to see the effect. But when i run it, no matter firefox or IE, i do not see the effect. Actually the background turns into white.
here is the CSS code i put in:
background: -webkit-linear-gradient(red, blue); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(red, blue); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(red, blue); /* For Firefox 3.6 to 15 */
background: linear-gradient(red, blue); /* Standard syntax */