[发布]连续滚动的图片和超酷的菜单(高度集成)

woderoom 2004-08-26 09:35:20
是前段时间做艺壶网用上的,不少朋友来信回帖索取,于是决定先公开这两块的源代码,需要的朋友可以留下邮件地址。

代码演示地址:http://www.zishapot.com/excute.asp?cmd=show_top&lan=cn

希望给我多多意见,谢谢!
...全文
1098 130 打赏 收藏 转发到动态 举报
写回复
用AI写文章
130 条回复
切换为时间正序
请发表友善的回复…
发表回复
woderoom 2004-12-08
  • 打赏
  • 举报
回复
flyskytoday(光风.每天进步一点)的“楼主太不厚道了”真讓我委屈,我已經無數次回帖,希望大家到:'http://www.zishapot.com/upload/zishapot0825.rar'処下載源代碼了,只是樓主沒有注意回帖:)
johnsondong 2004-12-07
  • 打赏
  • 举报
回复
helinft@sina.com
谢谢!!
TangJL820 2004-12-07
  • 打赏
  • 举报
回复
flyskytoday(光风.每天进步一点) 的精神值得赞扬啊
其实技术就是用来交流的,没有哪个人能为懂技术而自傲,因为技术只要学都能学会
da21 2004-12-07
  • 打赏
  • 举报
回复
UP
flyskytoday 2004-12-07
  • 打赏
  • 举报
回复
楼主太不厚道了
我们被耍了一顿
好郁闷
看来只有自己动手才行啊,下面是楼主的连续滚动图片代码
PS:超酷菜单,花点时间也可摘下来
<script language="javascript">
<!--

document.write('<table align=center width=780 border=0 cellpadding=0 cellspacing=0 style=BORDER-LEFT: #cccccc 1px solid;BORDER-RIGHT: #cccccc 1px solid>');document.write(' <tr> ');document.write(' <td width=780 height=90 align=center class=border01 bgcolor=#FFFFFF>');document.write(' <div id=demo style=overflow:hidden;width:750;align=center>');document.write(' <table border=0 align=center cellpadding=1 cellspacing=1 cellspace=0 >');document.write(' <tr>');document.write(' <td valign=top bgcolor=ffffff id=marquePic1> ');document.write(' <table width=90% border=0 cellspacing=0 cellpadding=0>');document.write(' <tr align=center> ');document.write(' <td><a href=excute.asp?cmd=goods_detail&lan=cn&id=G0408010><img src=images/goods/G0408010/marquee.gif width=100 height=75 hspace=2 border=0></a></td>');document.write(' <td><a href=excute.asp?cmd=goods_detail&lan=cn&id=G0409011><img src=images/goods/G0409011/marquee.gif width=100 height=75 hspace=2 border=0></a></td>');document.write(' <td><a href=excute.asp?cmd=goods_detail&lan=cn&id=G0409010><img src=images/goods/G0409010/marquee.gif width=100 height=75 hspace=2 border=0></a></td>');document.write(' <td><a href=excute.asp?cmd=goods_detail&lan=cn&id=G0409009><img src=images/goods/G0409009/marquee.gif width=100 height=75 hspace=2 border=0></a></td>');document.write(' <td><a href=excute.asp?cmd=goods_detail&lan=cn&id=G0409008><img src=images/goods/G0409008/marquee.gif width=100 height=75 hspace=2 border=0></a></td>');document.write(' <td><a href=excute.asp?cmd=goods_detail&lan=cn&id=G0409007><img src=images/goods/G0409007/marquee.gif width=100 height=75 hspace=2 border=0></a></td>');document.write(' <td><a href=excute.asp?cmd=goods_detail&lan=cn&id=G0409006><img src=images/goods/G0409006/marquee.gif width=100 height=75 hspace=2 border=0></a></td>');document.write(' <td><a href=excute.asp?cmd=goods_detail&lan=cn&id=G0408021><img src=images/goods/G0408021/marquee.gif width=100 height=75 hspace=2 border=0></a></td>');document.write(' <td><a href=excute.asp?cmd=goods_detail&lan=cn&id=G0409004><img src=images/goods/G0409004/marquee.gif width=100 height=75 hspace=2 border=0></a></td>');document.write(' </tr>');document.write(' </table>');document.write(' </td>');document.write(' <td id=marquePic2 valign=top></td>');document.write(' </tr>');document.write(' </table>');document.write(' </div>');document.write(' </td>');document.write(' </tr>');document.write(' </table>');var speed=30
marquePic2.innerHTML=marquePic1.innerHTML
function Marquee(){
if(demo.scrollLeft>=marquePic1.scrollWidth){
demo.scrollLeft=0
}else{
demo.scrollLeft++
}
}
var MyMar=setInterval(Marquee,speed)
demo.onmouseover=function() {clearInterval(MyMar)}
demo.onmouseout=function() {MyMar=setInterval(Marquee,speed)}
//-->
</script>
<TABLE width="780" height="13" border="0" align="center" cellPadding="0" cellSpacing="0" style="BORDER-LEFT: #cccccc 1px solid;BORDER-RIGHT: #cccccc 1px solid">
<TR>
<TD height="13" background="images/cn/bgTop1.jpg" bgColor="#ffffff" ><IMG height="13" src="images/cn/px_1.gif" width="2"></TD>
</TR>
</TABLE>
zzzxxxcccvvv 2004-12-07
  • 打赏
  • 举报
回复
getwnd1@hotmail.com
wzwlin108 2004-12-06
  • 打赏
  • 举报
回复
wzwlin@126.com
谢谢楼主
suhongwei 2004-12-06
  • 打赏
  • 举报
回复
suhongwei@21cn.com

没时间去分离能拿过来直接用最好!
梅雪香 2004-12-06
  • 打赏
  • 举报
回复
zhao_xiaoyang@haihuisoft.com.cn
谢谢
dynamicdigital 2004-12-06
  • 打赏
  • 举报
回复
可以发份给我吗?
dynamicdigital@163.com
inzaghi24 2004-12-06
  • 打赏
  • 举报
回复
虽然很菜
但是还是要学习一下
inzaghi26@163.com
勤快的阿布 2004-12-06
  • 打赏
  • 举报
回复
abu04@163.com
谢谢。

StephenLoveSally 2004-12-06
  • 打赏
  • 举报
回复
真不错不知道我还有没有机会得到了
sun_changzhan@163.com
flyskytoday 2004-10-15
  • 打赏
  • 举报
回复
晕..........

8月29给你留下Email到现在还没收到你的邮件.......

不会把我们大家玩一把吧*_^
cghdenglu 2004-10-15
  • 打赏
  • 举报
回复
px307@163.com
gaoxiulan 2004-10-15
  • 打赏
  • 举报
回复
yaya3152@sina.com
搂主不会已经不来了吧
czxwm 2004-10-14
  • 打赏
  • 举报
回复
请给我一份czxwm@21cn.com
zhlaosi 2004-10-13
  • 打赏
  • 举报
回复
谢谢
cqzhou_0@163.com
lqk586 2004-10-13
  • 打赏
  • 举报
回复
lqk586@126.com
bflovesnow 2004-10-11
  • 打赏
  • 举报
回复
3ks:bflovesnow@163.com
加载更多回复(110)

87,910

社区成员

发帖
与我相关
我的任务
社区描述
Web 开发 JavaScript
社区管理员
  • JavaScript
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧