導航:首頁 > 編程語言 > aspcmd圖片輪播帶數字代碼

aspcmd圖片輪播帶數字代碼

發布時間:2023-02-07 07:00:53

① 如何在ASP網頁上添加照片輪播

參考代碼如下:

<htmlxmlns="

<head>
<metahttp-equiv="Content-Type"content="text/html;charset=utf-8"/>
<styletype="text/css"media="all">
.d1{width:443px;height:auto;overflow:hidden;border:#6666662pxsolid;background-color:#000000;position:relative;}
.loading{width:443px;border:#6666662pxsolid;background-color:#000000;color:#FFCC00;font-size:12px;height:179px;text-align:center;padding-top:30px;font-family:Verdana,Arial,Helvetica,sans-serif;font-weight:bold;}
.d2{width:100%;height:209px;overflow:hidden;}
.num_list{position:absolute;width:100%;left:0px;bottom:-1px;background-color:#000000;color:#FFFFFF;font-size:12px;padding:4px0px;height:20px;overflow:hidden;}
.num_listspan{display:inline-block;height:16px;padding-left:6px;}
img{border:0px;}
ul{display:none;}
.button{position:absolute;z-index:1000;right:0px;bottom:2px;font-size:13px;font-weight:bold;font-family:Arial,Helvetica,sans-serif;}
.b1,.b2{background-color:#666666;display:block;float:left;padding:2px6px;margin-right:3px;color:#FFFFFF;text-decoration:none;cursor:pointer;}
.b2{color:#FFCC33;background-color:#FF6633;}
</style>
<scriptlanguage="javascript"type="text/javascript">
/*
*/

//主函數
vars=function(){
varinterv=2000;//切換間隔時間
varinterv2=10;//切換速速
varopac1=80;//文字背景的透明度
varsource="fade_focus"//焦點輪換圖片容器的id名稱

//獲取對象
functiongetTag(tag,obj){if(obj==null){returndocument.getElementsByTagName(tag)}else{returnobj.getElementsByTagName(tag)}}
functiongetid(id){returndocument.getElementById(id)};
varopac=0,j=0,t=63,num,scton=0,timer,timer2,timer3;varid=getid(source);id.removeChild(getTag("div",id)[0]);varli=getTag("li",id);vardiv=document.createElement("div");vartitle=document.createElement("div");varspan=document.createElement("span");varbutton=document.createElement("div");button.className="button";for(vari=0;i<li.length;i++){vara=document.createElement("a");a.innerHTML=i+1;a.onclick=function(){clearTimeout(timer);clearTimeout(timer2);clearTimeout(timer3);j=parseInt(this.innerHTML)-1;scton=0;t=63;opac=0;fadeon();};a.className="b1";a.onmouseover=function(){this.className="b2"};a.onmouseout=function(){this.className="b1";sc(j)};button.appendChild(a);}

//控制圖層透明度
functionalpha(obj,n){if(document.all){obj.style.filter="alpha(opacity="+n+")";}else{obj.style.opacity=(n/100);}}

//控制焦點按鈕
functionsc(n){for(vari=0;i<li.length;i++){button.childNodes[i].className="b1"};button.childNodes[n].className="b2";}
title.className="num_list";title.appendChild(span);alpha(title,opac1);id.className="d1";div.className="d2";id.appendChild(div);id.appendChild(title);id.appendChild(button);

//漸顯
varfadeon=function(){opac+=5;div.innerHTML=li[j].innerHTML;span.innerHTML=getTag("img",li[j])[0].alt;alpha(div,opac);if(scton==0){sc(j);num=-2;scrolltxt();scton=1};if(opac<100){timer=setTimeout(fadeon,interv2)}else{timer2=setTimeout(fadeout,interv);};}

//漸隱
varfadeout=function(){opac-=5;div.innerHTML=li[j].innerHTML;alpha(div,opac);if(scton==0){num=2;scrolltxt();scton=1};if(opac>0){timer=setTimeout(fadeout,interv2)}else{if(j<li.length-1){j++}else{j=0};fadeon()};}

//滾動文字
varscrolltxt=function(){t+=num;span.style.marginTop=t+"px";if(num<0&&t>3){timer3=setTimeout(scrolltxt,interv2)}elseif(num>0&&t<62){timer3=setTimeout(scrolltxt,interv2)}else{scton=0}};
fadeon();
}

//初始化
window.onload=s;
</script>
<title>Javascript圖片幻燈效果</title>
</head>
<body>
<divid="fade_focus">
<divclass="loading">Loading...<br/><imgsrc="/UploadPic/2009-3/200932411630437.gif"width="100"height="100"/></div>
<ul>
<li><ahref="
展示圖片1"/></a></li>
<li><ahref="
展示圖片2"/></a></li>
<li><ahref="
展示圖片3"/></a></li>
<li><ahref="
展示圖片4"/></a></li>
</ul>
</div>
</body>
</html>

② asp.net. 怎樣在網頁中使文件夾內的圖片輪播顯示呢不是那種手動添加路徑的代碼,是可以自動輪播圖片的,

寫一個程序就可以搞定,但是顯示所有圖片文件的話,頁面會很慢

③ 求asp.net圖片輪播代碼

用flash+xml嘛, 直接去找一個, 把資料庫中的數據保存到那個xml文件中就OK了啊

④ 求一ASP網頁圖片循環滾動代碼

<div id="c_9">
<marquee direction="left" TrueSpeed scrollamount="1" scrolldelay="30" onMouseOver="this.stop();" onMouseOut="this.start();">
<img src="images/p_0/p_1.jpg" width="150" height="130" border="1" />
<img src="images/p_0/p_2.jpg" width="150" height="130" border="1" />
<img src="images/p_0/p_3.jpg" width="150" height="130" border="1" />
</marquee>
</div>
附:循環滾動基本語法
<marquee> ... </marquee>
移動屬性的設置 ,這種移動不僅僅局限於文字,也可以應用於圖片,表格等等

方向
<direction=#> #=left, right ,up ,down <marquee direction=left>從右向左移!</marquee>

方式
<bihavior=#> #=scroll, slide, alternate <marquee behavior=scroll>一圈一圈繞著走!</marquee>
<marquee behavior=slide>只走一次就歇了!</marquee>
<marquee behavior=alternate>來回走</marquee>

循環
<loop=#> #=次數;若未指定則循環不止(infinite) <marquee loop=3 width=50% behavior=scroll>只走 3 趟</marquee> <P>
<marquee loop=3 width=50% behavior=slide>只走 3 趟</marquee>
<marquee loop=3 width=50% behavior=alternate>只走 3 趟!</marquee>

速度
<scrollamount=#> <marquee scrollamount=20>啦啦啦,我走得好快喲!</marquee>

延時
<scrolldelay=#> <marquee scrolldelay=500 scrollamount=100>啦啦啦,我走一步,停一停!</marquee>

外觀(Layout)設置

對齊方式(Align)
<align=#> #=top, middle, bottom <font size=6>
<marquee align=# width=400>啦啦啦,我會移動耶!</marquee>
</font>

底色
<bgcolor=#> #=rrggbb 16 進制數碼,或者是下列預定義色彩:
Black, Olive, Teal, Red, Blue, Maroon, Navy, Gray, Lime,
Fuchsia, White, Green, Purple, Silver, Yellow, Aqua <marquee bgcolor=aaaaee>顏色!</marquee>

面積
<height=# width=#> <marquee height=40 width=50% bgcolor=aaeeaa>面積!</marquee>

空白
(Margins)<hspace=# vspace=#>
<marquee hspace=20 vspace=20 width=150 bgcolor=ffaaaa align=middle>面積!</marquee>

閱讀全文

與aspcmd圖片輪播帶數字代碼相關的資料

熱點內容
wordpress製作單頁網站導航頁面 瀏覽:277
什麼海外網站可以看限製片 瀏覽:596
指尖見app在哪裡下載 瀏覽:367
java聊天室課程設計 瀏覽:670
responsejavascript 瀏覽:71
如何從殺毒軟體裡面恢復出文件 瀏覽:972
越獄iphone如何備份 瀏覽:124
蘋果四S萬能鑰匙怎麼破不開 瀏覽:603
網路列印機共享怎麼連接 瀏覽:313
fme系統找不到指定文件 瀏覽:301
iphoneid和密碼忘了怎麼辦 瀏覽:238
蘋果電腦優盤里的文件如何加密 瀏覽:284
word標題名和文件名一致 瀏覽:957
excel修改後的文件保持了怎麼恢復 瀏覽:340
社保網路認證怎麼弄 瀏覽:92
蘋果手機怎麼傳數據到新手機相冊 瀏覽:50
5s升級ios92無服務 瀏覽:354
ubuntu翻譯工具 瀏覽:665
wifi安裝教程 瀏覽:398
蘋果有些qq文件打不開 瀏覽:139

友情鏈接