首页 > Web开发 > 详细

ExtJS 4.2: No separator in header of grid in IE11

时间:2015-08-26 15:20:41      阅读:262      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!