我使用<object>
元素在此div中的另一个项目中引用了一个类,但是当我向上和向下滚动时,该对象似乎对CSS没有反应并且它在div之外重叠,具有有谁有这个问题?
<asp:Panel ID="ObjectPanel" runat="server">
<div id="ObjectContainer">
<table cellspacing="1" cellpadding="1" width="100%" bgcolor="#ffffff" border="0">
<tr>
<td>
<asp:Label ID="Label0" runat="server"></asp:Label></td>
<td>
<asp:Label ID="Label1" runat="server"></asp:Label></td>
</tr>
</table>
<object id="ObjectId" classid="CLSID:50678BBE-06F5-4867-9D07-96DCEE2A0479" width="110" height="60">
<param name="BorderStyle" value="5"/>
</object>
</div>
</asp:Panel>