怎么样用ASP。net实现图片的滚动
2011-03-23
展开全部
这里有一个无缝滚动效果
方向可以自己设置
可以设置定高定宽停顿
你把文字改成图片就行
里面有源码可以参考
方向可以自己设置
可以设置定高定宽停顿
你把文字改成图片就行
里面有源码可以参考
参考资料: http://www.blueidea.com/common/shoutbox/redir.asp?8=y&id=12229
展开全部
其实那些是js特效,跟asp.net没有关系的,好多这种现成的jquery组件
http://flowplayer.org/tools/scrollable/autoscroll.html
http://flowplayer.org/tools/scrollable/autoscroll.html
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<marquee decoration="向哪滚动" behavior="动作">图片路径</marquee>
”向哪滚动“的值有:left 、right………………
left表示从右向左移 right表示从左向右移
“动作”的值有:scroll、slide、alternate等
主要就这两个了,当然了还有别的属性
”向哪滚动“的值有:left 、right………………
left表示从右向左移 right表示从左向右移
“动作”的值有:scroll、slide、alternate等
主要就这两个了,当然了还有别的属性
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
google
这样的问题不要问,你自己可以完成的。
这样的问题不要问,你自己可以完成的。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
"this.stop()" onmouseout="this.start()" scrollamount="2" scrolldelay="0"
direction="left" atomicselection="true">
<div style="width: 100%; text-align: center;" align="left">
<asp:DataList ID="dl_Roll" runat="server" RepeatDirection="Horizontal" CellPadding="2">
<ItemTemplate>
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr height="119" valign="top" align="center">
<td align="left" style="height:120px; padding-left: 20px;">
<asp:Image ID="ImgPic" runat="server" ToolTip='<%#Eval("PicText") %>' ImageUrl='<%#Eval("PicUrl") %>'
Height="120" Width="120px" style="cursor:Hand" />
</td>
</tr>
</table>
</ItemTemplate>
</asp:DataList>
</div>
</marquee>
direction="left" atomicselection="true">
<div style="width: 100%; text-align: center;" align="left">
<asp:DataList ID="dl_Roll" runat="server" RepeatDirection="Horizontal" CellPadding="2">
<ItemTemplate>
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr height="119" valign="top" align="center">
<td align="left" style="height:120px; padding-left: 20px;">
<asp:Image ID="ImgPic" runat="server" ToolTip='<%#Eval("PicText") %>' ImageUrl='<%#Eval("PicUrl") %>'
Height="120" Width="120px" style="cursor:Hand" />
</td>
</tr>
</table>
</ItemTemplate>
</asp:DataList>
</div>
</marquee>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询