滚动:自动在 IE8 中不起作用
有人帮助我,我有一个网站: 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
前
{
最大高度:无\9
标准
不会验证,但应该适用于 ie8
pre
{
max-height: none\9
}
won't validate, but should work in ie8 standards