TShopping

標題: 淡出連結 [打印本頁]

作者: woff    時間: 2009-5-23 16:12
標題: 淡出連結

  1. <script language="javascript1.2">function high(which2){
  2. theobject=which2
  3. highlighting=setInterval("highlightit(theobject)",50)
  4. }
  5. function low(which2){
  6. clearInterval(highlighting)
  7. which2.filters.alpha.opacity=20
  8. }
  9. function highlightit(cur2){
  10. if (cur2.filters.alpha.opacity<100)
  11. cur2.filters.alpha.opacity+=5
  12. else if (window.highlighting)
  13. clearInterval(highlighting)
  14. }
  15. </script>
  16. <a href="<a href=http://www.kimo.com.tw" target=_blank>http://www.kimo.com.tw"</a> ><img src="自行改成網址或'檔案名" style="filter:alpha(opacity=20)" onmouseover="high(this)" onmouseout="low(this)" border="0"></a>
複製代碼

作者: remix0216    時間: 2011-6-20 00:41
努力~~各位。。。  
作者: ok75547    時間: 2011-6-20 00:50
不錯,支持下  




歡迎光臨 TShopping (http://www.tshopping.com.tw/) Powered by Discuz! X3.2