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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[疑难] 高手 把这个帮弄下 谢谢

[复制链接]
wpflove111 发表于 2007-7-19 12:55:25 | 显示全部楼层 |阅读模式
下边代码是我在QQ时尚的网站找到的  有个背景  不知道怎么设置读图了    因为有个背景  图片变了 背景就 难看死了

  1.             <SCRIPT>
  2. var NowFrame = 1;
  3. var MaxFrame = 3;
  4. var bStart = 0;
  5. function fnToggle() {
  6. var next = NowFrame + 1;
  7. if(next == MaxFrame+1)
  8. {
  9.   NowFrame = MaxFrame;
  10.   next = 1;
  11. }
  12. if(bStart == 0)
  13. {
  14.   bStart = 1;
  15.   
  16.   setTimeout('fnToggle()', 3000);
  17.   return;
  18. }
  19. else
  20. {
  21.      oTransContainer.filters[0].Apply();
  22.   document.images['oDIV'+next].style.display = "";
  23.   document.images['oDIV'+NowFrame].style.display = "none";
  24.   oTransContainer.filters[0].Play(duration=2);
  25.   if(NowFrame == MaxFrame)
  26.    NowFrame = 1;
  27.   else
  28.    NowFrame++;
  29. } setTimeout('fnToggle()', 4000);
  30. }
  31. fnToggle();
  32. </SCRIPT>


  33.             <DIV id=oTransContainer
  34.             style="FILTER: progid:DXImageTransform.Microsoft.Wipe(GradientSize=1.0, wipeStyle=0, motion='forward'); WIDTH: 336px; HEIGHT: 377px">
  35.                        
  36.                         <A
  37.             href="http://luxury.qq.com/a/20070718/000009.htm" target=_blank><IMG
  38.             id=oDIV2
  39.             style="BORDER-RIGHT: black 0px solid; BORDER-TOP: black 0px solid; BORDER-LEFT: black 0px solid; BORDER-BOTTOM: black 0px solid"
  40.             height=377 src="{S_URL}/templates/$_SCONFIG[template]/images/top1.jpg" width=336 border=0></A>
  41.                                                 <A
  42.             href="http://luxury.qq.com/a/20070718/000009.htm" target=_blank><IMG
  43.             id=oDIV2
  44.             style="BORDER-RIGHT: black 0px solid; BORDER-TOP: black 0px solid; BORDER-LEFT: black 0px solid; BORDER-BOTTOM: black 0px solid"
  45.             height=377 src="{S_URL}/templates/$_SCONFIG[template]/images/top1.jpg" width=336 border=0></A>
  46.                                                 <A
  47.             href="http://luxury.qq.com/a/20070718/000009.htm" target=_blank><IMG
  48.             id=oDIV2
  49.             style="BORDER-RIGHT: black 0px solid; BORDER-TOP: black 0px solid; BORDER-LEFT: black 0px solid; BORDER-BOTTOM: black 0px solid"
  50.             height=377 src="{S_URL}/templates/$_SCONFIG[template]/images/top1.jpg" width=336 border=0></A>
  51.             </DIV>
  52.                        
  53.                        
  54.                         </TD>

  55. [size=6]本来是3张图  这里我只发了一张[/size]
复制代码
11111111111111111.jpg

[ 本帖最后由 wpflove111 于 2007-7-19 12:59 编辑 ]
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

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

GMT+8, 2024-9-28 14:12 , Processed in 0.174185 second(s), 19 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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