码迷,mamicode.com
首页 > Web开发 > 详细

ExtJS 4.2: No separator in header of grid in IE11

时间:2015-08-26 15:23:16      阅读:364      评论:0      收藏:0      [点我收藏+]

标签:

Description

See screenshot here

技术分享

Caused By

CSS ‘.x-column-header-inner’ and ‘.x-grid-header-ct’ in ext-theme-classic-all.css cannot display the same in IE11 as in IE8.

Solution

Add ‘background-image: -ms-linear-gradient(top,  #F9F9F9 0%,#E3E4E6 100%)’ to CSS. Remove ‘background-image: none’ from  ‘.x-grid-header-ct’.

技术分享

 

ExtJS 4.2: No separator in header of grid in IE11

标签:

原文地址:http://www.cnblogs.com/yuxiaoqi/p/4760236.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!