标题:[求助]aspx不间断滚动
取消只看楼主
yueyazhimeng
Rank: 1
等 级:新手上路
帖 子:22
专家分:0
注 册:2006-8-9
 问题点数:0 回复次数:1 
[求助]aspx不间断滚动

在xslt中制作无间断滚动图片,即把 <xsl:apply-templates select="Record"/>的内容制作成无间断滚动

<?xml version="1.0" encoding="GB2312" ?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html" version="4.0" indent="no"/>
<xsl:template match="/Goodo">
<table height="128" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<xsl:apply-templates select="Record"/>
</tr>
</table>
</xsl:template>
<xsl:template match="Record">
<td width="144" >
<table width="144" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="144" height="114" background="images/bg05.gif" >
<a href="{@ContentUrl}" target="_blank">
<img src="{@ContentUrl}" width="122" height="90" alt="{@ContentTitle}" border="0"/>
</a>
</td>
</tr>
</table>
</td>
<td width="34"></td>
</xsl:template>
</xsl:stylesheet>

搜索更多相关主题的帖子: aspx 滚动 
2006-12-07 14:43
yueyazhimeng
Rank: 1
等 级:新手上路
帖 子:22
专家分:0
注 册:2006-8-9
得分:0 

不知道怎么挤成进去,在XSLT中就是不知道怎么弄.

2006-12-08 17:12



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-107874-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.660927 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved