【发布时间】:2012-02-22 10:24:10
【问题描述】:
好的,我的页面上有一个 Telerik:RadRotator,它从数据库加载了一些图像,旋转器在 FireFox 和 Chrome 中都正确显示,但是当我在 IE9 中打开它时,旋转器 div 放置在页面上,但旋转器本身不显示(渲染)。
<telerik:RadRotator ID="RadRotator1" runat="server" Width="791px" Height="215px"
ItemHeight="215px" ItemWidth="791px" OnItemDataBound="RadRotator1_ItemDataBound"
RotatorType="AutomaticAdvance" FrameDuration="10000" ScrollDuration="3000" CssClass="ImageRotator"
ScrollDirection="Right" PauseOnMouseOver="false">
<ItemTemplate>
<asp:HyperLink ID="hypImage" runat="server">
<asp:Image ID="imgScroller" runat="server" Width="791" Height="215" /></asp:HyperLink>
</ItemTemplate>
关于这里发生的事情有什么想法吗?我试图删除应用的样式,但什么也没有。
【问题讨论】: