- <script>
- function hover(id,opacit
y){ - document.all[id].filters.alpha.opacity = opacity;
- }
- function opacify(id,delay,start,stop){
- opacify(id,delay,start,stop,0);
- }
- function opacify(id,delay,start,stop,offset){
- offset *= 1000;
- if (document.all){
- hover(id,start);
- setTimeout("fadeOut('"+id +"',"+ delay +","+ start +","+stop +")",offset);
- }
- }
- function fadeOut(id,delay,start,stop){
- if (document.all[id].filters.alpha.opacity > stop){
- document.all[id].filters.alpha.opacity -= 2;
- setTimeout("fadeOut('"+ id +"',"+ delay +","+ start +","+ stop +")",delay);
- }
- else {
- setTimeout("fadeIn('"+ id +"',"+ delay +","+ start +","+ stop +")",delay);
- }
- }
- function fadeIn(id,delay,start,stop){
- if (document.all[id].filters.alpha.opacity < start){
- document.all[id].filters.alpha.opacity += 2;
- setTimeout("fadeIn('"+ id +"',"+ delay +","+ start +","+ stop +")",delay);
- }
- else {
- setTimeout("fadeOut('"+ id +"',"+ delay +","+ start +","+ stop +")",delay);
- }
- }
- </script>
- <img src="image/005s.jpg" name="imageName" onLoad="opacify('imageName',22,100,20)" style="filter:alpha(opacity=100);" alt="7wind" />
From: 本站原创

14款迷你书法字库下载
中国传统云纹矢量图案下载






注意: 该地址仅在今日23:59:59之前有效