[OUT OF TIP] - Tip
글 수 80
다음소스를 <body>에 삽입하세요.
<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>
<img src="이미지" border="0" style="filter:alpha(opacity=40)" onMouseOver="fadeIt(this,1);"
onMouseOut="fadeIt(this,2);" width="250" height="361">
<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>
<img src="이미지" border="0" style="filter:alpha(opacity=40)" onMouseOver="fadeIt(this,1);"
onMouseOut="fadeIt(this,2);" width="250" height="361">

