| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 471 人关注过本帖
标题:[求助]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
快速回复:[求助]aspx不间断滚动
数据加载中...
 
   



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

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