哪位高手会弄Q-ZONE的滚动字幕教我啊

来源:百度知道 编辑:UC知道 时间:2024/06/08 15:55:42

腾讯的Q-ZONE应该来说,对用户的自编辑ZONE有一定限制如果阁下没有受到此类限制的话,请编辑群缘代码
  可以插入如下代码:
  <<MARQUEE onmouseover="this.stop()" onmouseout="this.start()" scrollAmount="3" scrollDelay="0" direction="up" height="98">>
  <asp:datagrid id="DgNews" runat="server" Width="400" AutoGenerateColumns="False" BorderWidth="0" Height="100" ShowHeader="False">
  <Columns>
  <asp:TemplateColumn HeaderText="新闻内容">
  <HeaderStyle Width="70%"></HeaderStyle>
  <ItemStyle Width="70%"></ItemStyle>
  <ItemTemplate>

  <asp:Label ID="Label10" Text='<%#DataBinder.Eval(Container.DataItem,"XXSM")%>' Runat=server/>
  (
  <asp:Label ID="Label5" Font-Italic=True Text='<%#DataBinder.Eval(Container.Data