滚动:自动无法在IE8中运行

时间:2011-05-18 03:16:04

标签: internet-explorer-8 scroll

有人帮助我,我有一个网站: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>

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

1 个答案:

答案 0 :(得分:0)

预 {     max-height:none \ 9 }

不会验证,但应该在ie8标准中起作用