滚动:自动在 IE8 中不起作用

发布于 2024-11-08 02:48:25 字数 1537 浏览 0 评论 0原文

有人帮助我,我有一个网站: http://sugo.vn/Tin-tuc 和我的卷轴:自动在 IE8 中不起作用

我的 css:

.div_over {
     float: right;
     height: 345px;
     max-width: 98%;
     min-width: 98%;
     overflow: auto;
     width: 98%;
     padding: 0px 7px; }

ul.list_news, ul.list_tuyendung {
    list-style: none outside none;
    position: inherit;
    width: 100%;
}

ul.list_news li, ul.list_tuyendung li {
    float: left;
    list-style: none outside none;
    margin-bottom: 5px;
    margin-right: 5px;
    width: 99%;
}

绑定数据

 div class="div_over">
    <asp:Panel ID="PNListNews" runat="server">
        <ul class="list_news">
           <asp:Repeater ID="DTLListNews" runat="server">
               <ItemTemplate>
                  <li>
                     <asp:Image ID="Image1" runat="server" ImageUrl='<%#Eval("ImageSmall")%>' ToolTip='<%#Eval("Title")%>' />
                     <asp:LinkButton ID="lbtListNews" CommandName="details" CssClass="list_new" CommandArgument='<%#Eval("Id")%>' runat="server"><%#Eval("Title")%></asp:LinkButton>
                     <asp:Label ID="lblTitle" runat="server" Text='<%#Eval("Title")%>' Visible="false"></asp:Label>
                  </li>
               </ItemTemplate>
           </asp:Repeater>
        </ul>
   </asp:Panel>
 </div>

我已经搜索过,但某些解决方案对我不起作用:(

Anybody help me, i have a website: http://sugo.vn/Tin-tuc and my scroll: auto not working in IE8

My css:

.div_over {
     float: right;
     height: 345px;
     max-width: 98%;
     min-width: 98%;
     overflow: auto;
     width: 98%;
     padding: 0px 7px; }

ul.list_news, ul.list_tuyendung {
    list-style: none outside none;
    position: inherit;
    width: 100%;
}

ul.list_news li, ul.list_tuyendung li {
    float: left;
    list-style: none outside none;
    margin-bottom: 5px;
    margin-right: 5px;
    width: 99%;
}

Bind data

 div class="div_over">
    <asp:Panel ID="PNListNews" runat="server">
        <ul class="list_news">
           <asp:Repeater ID="DTLListNews" runat="server">
               <ItemTemplate>
                  <li>
                     <asp:Image ID="Image1" runat="server" ImageUrl='<%#Eval("ImageSmall")%>' ToolTip='<%#Eval("Title")%>' />
                     <asp:LinkButton ID="lbtListNews" CommandName="details" CssClass="list_new" CommandArgument='<%#Eval("Id")%>' runat="server"><%#Eval("Title")%></asp:LinkButton>
                     <asp:Label ID="lblTitle" runat="server" Text='<%#Eval("Title")%>' Visible="false"></asp:Label>
                  </li>
               </ItemTemplate>
           </asp:Repeater>
        </ul>
   </asp:Panel>
 </div>

I have searched but some solution not work for me :(

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

北凤男飞 2024-11-15 02:48:25


{
最大高度:无\9
标准

不会验证,但应该适用于 ie8

pre
{
max-height: none\9
}

won't validate, but should work in ie8 standards

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文