Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[疑问] 请问这种幻灯片效果的调用代码如何写

[复制链接]
SHIYUSHAN 发表于 2009-12-16 20:07:14 | 显示全部楼层 |阅读模式
请问这种幻灯片效果的调用代码如何写
  1. <DIV class=marrymain_itd32>
  2. <DIV class=marryi2>
  3. <DIV class=marryi2_head>
  4. <UL>
  5.   <LI class=t></LI>
  6.   <LI class=r></LI></UL></DIV>
  7. <DIV class=marryi2_body>
  8. <DIV class=marryi2_body1 id=pix>
  9. <UL>

  10. <LI><IMG height=390 src="/uploads/allimg/090421/214H53192-0_lit.jpg"
  11.   width=318></LI>
  12. <LI><IMG height=390 src="/uploads/litimg/090421/2146211W15.jpg"
  13.   width=318></LI>
  14. <LI><IMG height=390 src="/uploads/litimg/090421/21450014R9.jpg"
  15.   width=318></LI>
  16. <LI><IMG height=390 src="/uploads/allimg/090421/21433Gc4-0_lit.jpg"
  17.   width=318></LI>
  18. <LI><IMG height=390 src="/uploads/090421/1_21414YI.jpg"
  19.   width=318></LI>

  20. </UL></DIV>
  21. <DIV class=marryi2_body2>
  22. <UL id=pix_b1>
  23.   <LI class=img><IMG height=60 src="/uploads/allimg/090421/214H53192-0_lit.jpg"
  24.   width=50> </LI>
  25.   <LI class=title><A
  26.   href="/love/news/2009/0421/22298.html">复古婚纱大热 做个浪漫新娘</A>
  27. (2009-04-21)</LI></UL>
  28. <UL id=pix_b2>
  29.   <LI class=img><IMG height=60 src="/uploads/litimg/090421/2146211W15.jpg"
  30.   width=50> </LI>
  31.   <LI class=title><A
  32.   href="/love/news/2009/0421/22297.html">好婆婆是被巧媳妇哄出来的</A>
  33. (2009-04-21)</LI></UL>
  34. <UL id=pix_b3>
  35.   <LI class=img><IMG height=60 src="/uploads/litimg/090421/21450014R9.jpg"
  36.   width=50> </LI>
  37.   <LI class=title><A
  38.   href="/love/news/2009/0421/22296.html">警惕:男人过于晚婚害处多!</A>
  39. (2009-04-21)</LI></UL>
  40. <UL id=pix_b4>
  41.   <LI class=img><IMG height=60 src="/uploads/allimg/090421/21433Gc4-0_lit.jpg"
  42.   width=50> </LI>
  43.   <LI class=title><A
  44.   href="/love/news/2009/0421/22295.html">异域风情:土耳其举行婚礼服装秀</A>
  45. (2009-04-21)</LI></UL>
  46. <UL id=pix_b5>
  47.   <LI class=img><IMG height=60 src="/uploads/090421/1_21414YI.jpg"
  48.   width=50> </LI>
  49.   <LI class=title><A
  50.   href="/love/news/2009/0421/22294.html">婚礼上,新娘手袋装什么呢?</A>
  51. (2009-04-21)</LI></UL>

  52. </DIV></DIV></DIV></DIV>
复制代码
我使用这种方法调用成功但是鼠标放到右边标题的时候左边的大图不会随着改变
  1.     <DIV class=marrymain_itd32>
  2.       <DIV class=marryi2>
  3.         <DIV class=marryi2_head>
  4.           <UL>
  5.             <LI class=t></LI>
  6.             <LI class=r></LI>
  7.           </UL>
  8.         </DIV>
  9.         <DIV class=marryi2_body>
  10.           <DIV id=pix class=marryi2_body1>
  11.             <UL>
  12. <!--{block name="spacenews" parameter="type/love/catid/102/haveattach/2/order/i.viewnum DESC,i.dateline ASC/limit/0,5/cachetime/900/subjectlen/50/subjectdot/1/cachename/jh/tpl/data"}--><!--love-->
  13. <!--{loop $_SBLOCK['jh'] $value}-->

  14. <!--{if !empty($value['a_thumbpath'])}--><li><a href="$value[url]"><img src="$value[a_thumbpath]" alt="" width=318
  15.   height=390 /></a></li><!--{/if}-->

  16. <!--{/loop}-->

  17.             </UL>
  18.           </DIV>
  19.           <DIV class=marryi2_body2>
  20.            <!--{block name="spacenews" parameter="type/love/catid/102/haveattach/2/order/i.viewnum DESC,i.dateline ASC/limit/0,5/cachetime/900/subjectlen/50/subjectdot/1/cachename/jh/tpl/data"}--><!--love-->
  21. <!--{loop $_SBLOCK['jh'] $value}-->
  22.                  <UL id=pix_b1>


  23. <!--{if !empty($value['a_thumbpath'])}--><LI class=img><a href="$value[url]"><img src="$value[a_thumbpath]" alt="" width=50 height=60/></a></li><!--{/if}-->
  24. <LI class=title><a href="$value[url]">$value[subject]</a></LI>

  25.             </UL>
  26. <!--{/loop}-->


  27.           </DIV>
  28.         </DIV>
  29.       </DIV>
  30.     </DIV>
复制代码
原因是 <UL id=pix_b1>
想让这里的pix_b后面的数字随着改变,应该怎么办?

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
ug8 发表于 2009-12-16 21:36:04 | 显示全部楼层
回复 1# SHIYUSHAN


    这个是以前7.0bt的幻灯吧!
回复

使用道具 举报

 楼主| SHIYUSHAN 发表于 2009-12-16 21:37:15 | 显示全部楼层
请问怎么实现
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-17 20:29 , Processed in 0.023050 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表