http://oxtag.com/html/ex/imgfade2.html


 
<html>
<head>

</head>
<body bgcolor="black" onLoad="fade()">
<div id="Layer1" style="position:absolute; left:172px; top:71px; width:131px; height:125px; z-index:1; visibility:visible">
  <img src="http://oxtag.com/html/img/model.jpg" name="b" border=0 style="filter:alpha(opacity=0)">

  <script language="">
var a=0
function fade(){
if(document.all)
b.filters.alpha.opacity=0 + a
a++
setTimeout("fade()",100)

/*if(a==100)
document.location="http://oxtag.com/"
*/
}
</script>    



 

  
</div>
</body>
</html>

Posted by 알 수 없는 사용자
,