Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/extjs/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/amazon-web-services/12.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Extjs 框架启用时IE8中的部分面板背景色_Extjs_Internet Explorer 8_Frame - Fatal编程技术网

Extjs 框架启用时IE8中的部分面板背景色

Extjs 框架启用时IE8中的部分面板背景色,extjs,internet-explorer-8,frame,Extjs,Internet Explorer 8,Frame,我有一个extJS面板,其中我希望有一个灰色的背景和灰色的框架。我有以下设置: var defaults = { layout: 'hbox', border: false, frame:true, style: {background:'#333333 !important'}, bodyStyle: {background: '#333333', border: 'none'}, items: [ baseFilters

我有一个extJS面板,其中我希望有一个灰色的背景和灰色的框架。我有以下设置:

    var defaults = {
    layout: 'hbox',
    border: false,
    frame:true,
    style: {background:'#333333 !important'},
    bodyStyle: {background: '#333333', border: 'none'},
    items: [
        baseFilters,
        advFilters
    ]}
当我在chrome中渲染时,效果很好。背景是灰色的,帧是存在的,帧背景是灰色的。但是,当在IE8中启用时,项目下方的背景为灰色,框架背景为灰色,但面板中但不在项目下方的区域为原始蓝色。框架内的整个面板周围也有一个蓝色的轮廓,它是蓝色的(大概7像素宽)

以前有没有人遇到过这些问题,可以提供一些关于如何消除蓝色的见解

附言

使用这些设置,在chrome和firefox中呈现良好效果