 |
|
|
 | |  | |
|
|
¸¶¿ì½º ·Ñ¿À¹ö½Ã À̹ÌÁö ¼±¸íÇÏ°Ô ÇÏ´Â ¼Ò½º |
|
|
°ü¸®ÀÚ
|
04-10-08 07:06
|
|
|
|
|
|
<script language="JavaScript1.2">
<!--
var startopacity = 30; //
function fadeIt(obj,direct){
if(window.timer) { clearInterval(timer); }
tobj=obj; drct=direct;
timer=setInterval("flowfilter(tobj,drct);",5); }
function flowfilter(thing,dct){
if(dct==1) { if (thing.filters.alpha.opacity<100) { thing.filters.alpha.opacity+=5; } else { clearInterval(timer); } }
if(dct==2) { if (thing.filters.alpha.opacity>startopacity) { thing.filters.alpha.opacity-=5; } else { clearInterval(timer); } }
}
//--></script>
</HEAD>
<BODY>
<br><br><br>
<center>
<a href="#" target="_blank"><IMG SRC="³Ö°í½ÍÀº ±×¸²ÁÖ¼Ò" width=150 height=160 border="0" style="filter:alpha(opacity=40)" onMouseover="fadeIt(this,1);" onMouseout="fadeIt(this,2);"></a>
|
|
| | |  | |  |
|
|
|
|
|
|