***图形特效***图象淡入淡出script
把下列代码加到网页的<body></body>标签之间 从google下载我的照片管理软件--------------------------------------------------------------------------------
<!--two steps to installing this script-->
<!--1) copy everything below, and paste in head section of page-->
<script language="javascript1.2">
/*
fading image script-
?dynamic drive (www.jojoo.net)
for full source code, installation instructions,
100's more dhtml scripts, and terms of
use, visit dynamicdrive.com
*/
function makevisible(cur,which){
if (which==0)
cur.filters.alpha.opacity=100
else
cur.filters.alpha.opacity=20
}
</script>
<!--2) add the below to your img tags. for example:-->
<a href="whatever.htm"><img src="http://www.jojoo.net/logo.gif" border=0 style="filter:alpha(opacity=20)" onmouseover="makevisible(this,0)" onmouseout="makevisible(this,1)">http://www.jojoo.net/logo.gif</a>
---------------------------------- - ---
http://www.huoyue.com.cn活跃网,活跃人群的论坛,访问活跃网, 将给您带来意想不到的收获,还可以免费为您开 论坛 ,让您免费拥 有与朋友、网友 交流的论坛 。你是年轻人吗?你活跃你就 上!
页:
[1]