查看完整版本: 接觸圖片時變清

12-5-2012 10:23

接觸圖片時變清

<script language="JavaScript1.2">  
function makevisible(cur,which){  
if (which==0)  
cur.filters.alpha.opacity=100  
else  
cur.filters.alpha.opacity=20  
}  
</script>

<img src="http://bunbun000.com/bunbunhk/rainie/02.jpg" border="0" style="filter:alpha(opacity=20)" onMouseover="makevisible(this,0)" onMouseout="makevisible(this,1)" width="500" height="700">
<P><FONT color=blue></FONT>&nbsp;</P>




<P><FONT color=blue>&lt;script language="JavaScript1.2"&gt;&nbsp; <BR>function makevisible(cur,which){&nbsp; <BR>if (which==0)&nbsp; <BR>cur.filters.alpha.opacity=100&nbsp; <BR>else&nbsp; <BR>cur.filters.alpha.opacity=20&nbsp; <BR>}&nbsp; <BR>&lt;/script&gt;</FONT></P>
<P><FONT color=blue>&lt;img src="圖片網址" border="0" style="filter:alpha(opacity=20)" onMouseover="makevisible(this,0)" onMouseout="makevisible(this,1)" width="500" height="700"&gt;</FONT></P>
<P><FONT color=#0000ff></FONT>&nbsp;</P>
<P><FONT color=#0000ff></FONT>&nbsp;</P>
<P><FONT color=#0000ff>width="500" height="700"&nbsp;&nbsp; &lt;&lt;&lt;&lt;圖片實際大少,要更改</FONT></P>
<P>&nbsp;</P>
<P>&nbsp;</P>
<P>&nbsp;</P>

25-5-2013 12:17

複製上列語法

<form name="copy">
<textarea cols="40" name="txt" rows="4" style="BACKGROUND-COLOR:#ffffff; COLOR:#000000; FONT-SIZE:9pt">
<script language="JavaScript1.2">  
function makevisible(cur,which){  
if (which==0)  
cur.filters.alpha.opacity=100  
else  
cur.filters.alpha.opacity=20  
}  
</script>

<img src="http://bunbun000.com/bunbunhk/rainie/02.jpg" border="0" style="filter:alpha(opacity=20)" onMouseover="makevisible(this,0)" onMouseout="makevisible(this,1)" width="500" height="700">
</textarea><br>
<input onclick="javascript:this.form.txt.focus();this.form.txt.select();" type="button" value="全選">
</form>

<br>

<script type="text/javascript"><!--
google_ad_client = "ca-pub-4078143172638881";
/* 336X280 */
google_ad_slot = "3268225205";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
頁: [1]
查看完整版本: 接觸圖片時變清