EasyUI Forum

General Category => Bug Report => Topic started by: ljpxg on April 19, 2015, 04:14:04 AM



Title: filebox not work in IE8 jquery-easyui-1.4.2
Post by: ljpxg on April 19, 2015, 04:14:04 AM
in jquery-easyui-1.4.2 demo, the filebox example not work with IE8, but in firefox it's ok.

is it does not support IE8 ?

IE8 version : 8.0.6001.18702 with x86.


Title: Re: filebox not work in IE8 jquery-easyui-1.4.2
Post by: jarry on April 19, 2015, 08:33:58 AM
Please try to add the code below to your page.
Code:
<style>
.filebox-label{
background:url('../../themes/default/images/blank.gif');
}
</style>


Title: Re: filebox not work in IE8 jquery-easyui-1.4.2
Post by: ljpxg on April 19, 2015, 11:17:35 PM
ok,after add those line it's work fine with IE8.


Think you very much!