作出类似的效果
几张推片自动切换(要有切换效果)
鼠标放在相应的数字上会切换到相应的图片上
图片上还有链接
作出类似的效果
几张推片自动切换(要有切换效果)
鼠标放在相应的数字上会切换到相应的图片上
图片上还有链接
网上源码很多,可以载个在用,改下图片路径就行
http://myjs.chinaz.com/
function jpg(){ imgUrl1="images/s.jpg" imgLink1="/News/ShowArticle.asp?ArticleID=326" imgtext1="我校雄伟的综合大楼" imgUrl2="images/s1.jpg" imgLink2="/News/ShowArticle.asp?ArticleID=325" imgtext2="感受秋的召唤" imgUrl3="images/s2.jpg" imgLink3="/News/ShowArticle.asp?ArticleID=324" imgtext3="泸县建校冰山一角" imgUrl4="images/s3.jpg" imgLink4="/News/ShowArticle.asp?ArticleID=323" imgtext4="我校隆重举行《建校飞歌》" var focus_width=250 var focus_height=300 var text_height=20 var swf_height = focus_height+text_height var pics=imgUrl1+"|"+imgUrl2+"|"+imgUrl3+"|"+imgUrl4 var links=imgLink1+"|"+imgLink2+"|"+imgLink3+"|"+imgLink4 var texts=imgtext1+"|"+imgtext2+"|"+imgtext3+"|"+imgtext4 document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase=" http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cabversion=6,0,0,0" width="'+ focus_width +'" height="'+ swf_height +'">'); document.write('<param name="allowScriptAccess" value="sameDomain"><param name="movie" value="images/Good-flash2.swf"><param name="quality" value="high"><param name="bgcolor" value=ffffff>'); document.write('<param name="menu" value="false"><param name=wmode value="opaque">'); document.write('<param name="FlashVars" value="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'">'); document.write('<embed src="images/Good-flash2.swf" wmode="opaque" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'" menu="false" bgcolor=ffffff quality="high" width="'+ focus_width +'" height="'+ swf_height +'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage=" http://www.macromedia.com/go/getflashplayer" />'); document.write('</object>'); }
这就是JAVA代码,还要有一个SWF文件我这有两个效果的SWF文件!这串代码中很多都是没有用的垃圾我没时间去删你自己改!
刚跟朋友学会的技巧。可以通过添加层,并且控制行为来实现。很简单的静态网页制作原理,不用代码,纯属技巧。想具体了解可以联系我。共同学习。
<script> //-----WNum 为图片宽度 //-----HNum 为图片高度 //-----TNum 为文字高度(可为空 ,即不显示) function go_Img(WNum,HNum,TNum){ Go_Num=(imgUrl.length-1);key=0;adNum=0;theTimer=''; var C_lass; var $=function $(str){return document.write(str);}; var C_ss="<style>"; C_ss=C_ss+"div{overflow:hidden;}"; C_ss=C_ss+".W_Ord{overflow;hidden;text-align:center;color:#F00;font-weight:bold;clear:both;width:"+WNum+"px;height:"+TNum+";background-color:#eee;}"; C_ss=C_ss+".Min_On{color:#fff;Float:right;background-color:#f00;cursor:pointer;width:30px;height:20px;padding-top:1px;border:1px solid #f60;text-align:center;font-weight:bold;border-left:1px solid #eee;border-right:1px solid #eee;margin-left:-1px;}"; C_ss=C_ss+".Min_Off{color:#fff;Float:right;cursor:pointer;width:30px;height:20px;padding-top:1px;border-left:1px solid #eee;border-right:1px solid #eee;margin-left:-1px;text-align:center;font-weight:bold;}"; C_ss=C_ss+"</style>"; $(C_ss);C_ss=''; $("<Div +WNum+"px;height:"+HNum+"px;border:1px solid #eee;'>"); $("<div +WNum+"px;height:"+HNum+"px;'><img +WNum+"px;height:"+HNum+"px;' src='"+imgUrl[1]+"' name=imgInit onclick=go_Url();></Div>"); $("<div class='Rig' +WNum+"px;height:20px;margin-top:-20px;'>"); for (var i=100;i>0 ;i=i-2){ $("<Div +i/2+");-moz-opacity:0."+i/20+";opacity: 0."+i/20+"; '> </Div>"); } $("</Div>"); $("<Div class='Rig' +WNum+"px;height:"+HNum+"px;margin-top:-20px;'>"); for (var j=Go_Num;j>0 ;j--){ if (j==1){C_lass='Min_On';}else{C_lass='Min_Off';} $("<Div Id='Min"+j+"' class='"+C_lass+"' onmouseover=nextAd("+j+");>"+j+"</Div>"); } $("</Div>"); $("</Div>"); if (TNum && TNum!=''){ $("<Div Id='W_Ord' class='W_Ord'>"+imgWord[1]+"</Div>"); } nextAd(1); } function nextAd(GetNum){ var O=function O(objid){return document.getElementById(objid);} adNum=adNum%Go_Num; adNum++ ; if(GetNum!=undefined && GetNum!=0){adNum=GetNum;} if(key==0){key=1;} else if(document.all){ imgInit.filters.revealTrans.Transition=23; imgInit.filters.revealTrans.apply(); imgInit.filters.revealTrans.play(); if (document.all.W_Ord!=undefined){document.all.W_Ord.innerHTML=imgWord[adNum];} for (var i=1;i<(Go_Num+1);i++ ){O('Min'+i).className='Min_Off';} O('Min'+adNum).className='Min_On'; } document.images.imgInit.src=imgUrl[adNum]; if (GetNum==undefined){theTimer=setTimeout(nextAd, 6000);} else{clearTimeout(theTimer);theTimer=setTimeout(nextAd, 6000);} } function go_Url(jumpTarget){ jumpUrl=imgLink[adNum]; jumpTarget='_blank'; //_blank if (jumpUrl != ''){ if (jumpTarget != '') window.open(jumpUrl,jumpTarget); else location.href=jumpUrl; } } </script>
<script> //-------建产数组 var imgUrl=new Array(); var imgLink=new Array(); var imgWord=new Array(); imgUrl[1]=' http://hfxhyy.35hf.cn/back/UpPic/8vzrlf5v1czut.jpg'; imgLink[1]=' http://hfxhyy.35hf.cn/Object.asp?StrId=20'; imgWord[1]='Six信息'; imgUrl[2]=' http://hfxhyy.35hf.cn/back/UpPic/q6hxyzon6by4b.jpg'; imgLink[2]=' http://hfxhyy.35hf.cn/Object.asp?StrId=18'; imgWord[2]='Five'; imgUrl[3]=' http://hfxhyy.35hf.cn/back/UpPic/kdiqte-0rune7.jpg'; imgLink[3]='/Object.asp?StrId=17'; imgWord[3]='Four'; imgUrl[4]=' http://hfxhyy.35hf.cn/back/UpPic/mrocr4k8v1f40.jpg'; imgLink[4]=' http://hfxhyy.35hf.cn/Object.asp?StrId=16'; imgWord[4]='Three'; imgUrl[5]=' http://hfxhyy.35hf.cn/back/UpPic/rsba4jy1m7mf6.jpg'; imgLink[5]=' http://hfxhyy.35hf.cn/Object.asp?StrId=15'; imgWord[5]='Two'; imgUrl[6]=' http://hfxhyy.35hf.cn/back/UpPic/ttqnfeij7_d8p.jpg'; imgLink[6]=' http://hfxhyy.35hf.cn/Object.asp?StrId=14'; imgWord[6]='one';
// 调用方法 go_Img(290,205,20); //-----------------------------调用方法 </script>
这是个脚本
蛮贵的
你去下载个“网页特效精灵”
里面什么样的特效都有。。。
http://www.ruochi.com/main/bcastr-example/
你可以看下这个,很牛一个幻灯片。
里面有很多例子,拿下来就可以用。