I am using air.css “webix UI v.2.1.5” and I have an application, where I am using the Tree Table, for Chrome the CSS is working for TD but for IE9 the CSS is not working properly and the background image is coming white.
Can you please help us.
CSS load in Chrome:
.webix_dd_drag_column,.webix_ss_header TD,.webix_ss_vscroll_header{
color:#1e2022!important;
box-shadow:0 1px 1px #fff inset;
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#eaf3ff),color-stop(50%,#e5f1ff),color-stop(100%,#d6e8ff)) 0 1px repeat-x;/* background-image:-webkit-linear-gradient(top,#eaf3ff 0,#e5f1ff 50%,#d6e8ff 100%);
*/background-image:-moz-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);
background-image:-ms-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%);
background-image:-o-linear-gradient(top,#eaf3ff 0,#e5f1ff 60%,#d6e8ff 100%)}
CSS Load in Internet Explorer - 9
.webix_dd_drag_column, .webix_ss_header td, .webix_ss_vscroll_header{
color:#1e2022!important;
box-shadow:0 1px 1px #fff inset;
}