Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/35.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
Html 通过JavaScript加载ascx页面时,在Firefox中无法正确加载PNG图像_Html_Css_Firefox - Fatal编程技术网

Html 通过JavaScript加载ascx页面时,在Firefox中无法正确加载PNG图像

Html 通过JavaScript加载ascx页面时,在Firefox中无法正确加载PNG图像,html,css,firefox,Html,Css,Firefox,我正在使用JavaScript加载ascx文件。第一次加载ascx时,窗口的背景图像将正确显示。当我第二次加载它时,背景图像不可见。但当我停留在该区域时,它再次可见 这个问题只发生在Firefox中。它在铬合金中工作良好 我的HTML: <tr class="adminPopupBGGrey "> <td colspan="2" class="adminPopupLines">&nbsp; </td> </tr> 也许您可以提供用

我正在使用JavaScript加载ascx文件。第一次加载ascx时,窗口的背景图像将正确显示。当我第二次加载它时,背景图像不可见。但当我停留在该区域时,它再次可见

这个问题只发生在Firefox中。它在铬合金中工作良好

我的HTML:

<tr class="adminPopupBGGrey ">
  <td colspan="2" class="adminPopupLines">&nbsp;
  </td>
</tr>

也许您可以提供用于加载ascx的代码?感谢您考虑我的问题@Py….我的代码如下:hypEditCompanyWithAddress.NavigateUrl=“javascript:jWDDialog('editaddresstraining?addressId=“+companyAddressObject.addressId+”)”;。。。。。这里是我的ascx控制
.adminPopupLines
{
    background-image: url(/img/icons/AdminPopupLines.png);
    background-repeat: repeat-x;
    background-position: center;
    height: 2px;
    width: 4px;
}