gpt4 book ai didi

html - 有时无法显示对象

转载 作者:行者123 更新时间:2023-11-28 14:06:27 30 4
gpt4 key购买 nike

我使用了以下代码:

<DIV style="WIDTH: 100%; HEIGHT: 24px" id="_sizing__c_TarPro"> 
<DIV style="Z-INDEX: 0; POSITION: relative; BACKGROUND: none transparent scroll repeat 0% 0%; HEIGHT: 24px" id="_slot__c_TarPro">
<object id="sl__c_TarPro" data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="100%" height="100%">
<param name="source" value="xxxxxx.xap&xxxxIgnoreNotFound=true"></param>
<param name="onload" value="onSilverlightLoad" />
<param name="onError" value="onSilverlightError" />
<param name="background" value="transparent" />
<param name="windowless" value="true" />
<param name="minRuntimeVersion" value="4.0.50401.0" />
<param name="autoUpgrade" value="true" />
<param name="Culture" value="EN" />
<param name="UICulture" value="EN" />
<param name="initParams" value="xxxxxxxxxxxxxxxxxxxxxxx,
dimension=DIMENSION4,
defaultValue=,
dimensionDescription=,
allowMultipleSelection=TRUE,
allowLeafSelection=TRUE,
allowParentSelection=TRUE,
allowReadAccessSelection=TRUE,
attributeFilter=,
symbolSpec=DIM4SET,
targetVariable=_c_TarPro"/>
width=200,
height=24,
<a href="http://go.microsoft.com/fwlink/?LinkID=149156" style="text-decoration: none">
<img src="http://go.microsoft.com/fwlink/?LinkId=161376" alt="Get Microsoft Silverlight" style="border-style: none"></img>
</a>
</object>
<input id="_c_TarPro" name="_c_TarPro" style="display:none" value=""/>
</DIV>
</DIV>

对几个对象重复此代码,有时会显示这些对象。但有时刷新后显示的对象很少,其他的不显示。显示的对象数量是随机的。这只发生在 IE8 和 IE9 上。 (抱歉,之前我说过它在 IE9 上运行良好,因为 QA 报告了这一点,但我在 IE9 上测试并看到了同样的问题。)

有人知道吗?

谢谢,

最佳答案

我怀疑这是您问题的原因,但是您应用于 <param name="initParams">宽度高度在标记外部声明,这可能会阻止解释这些属性。

你有:

<param name="initParams" value="xxxxxxxxxxxxxxxxxxxxxxx,
dimension=DIMENSION4,
defaultValue=,
dimensionDescription=,
allowMultipleSelection=TRUE,
allowLeafSelection=TRUE,
allowParentSelection=TRUE,
allowReadAccessSelection=TRUE,
attributeFilter=,
symbolSpec=DIM4SET,
targetVariable=_c_TarPro"/>
<!-- what are these guys doing outside the tag? -->
width=200,
height=24,

关于html - 有时无法显示对象,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9895876/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com