<MARQUEE onmouseover="this.stop()" onmouseout="this.start()" scrollAmount="1" scrollDelay="30" direction="up" height="100%">

<asp:DataList id="DataList2" runat="server" Width="180px" Height="160px" ><ItemTemplate>
<TABLE style="WIDTH: 173px"><TBODY><TR><TD style="VERTICAL-ALIGN: middle; WIDTH: 95px; TEXT-ALIGN: center">
<A href="123.aspx" target="_blank">
<asp:Label style="COLOR: red" id="titleLabel" runat="server" Text='<%# Eval("title") %>' __designer:wfdid="w11">
</asp:Label></A>
</TD></TR></TBODY></TABLE><BR />
<asp:Label id="ContentLabel" runat="server" Text='<%# Eval("Content") %>' __designer:wfdid="w12"></asp:Label>
<BR />
</ItemTemplate>
</asp:DataList>

</MARQUEE>

posted on 2008-04-17 03:41  学习林  阅读(505)  评论(0)    收藏  举报