Posted
Filed under Htm&Javascript

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">  

<html>  

<head>  

<title> eyes of siche </title>  

</head>  

 

<body>  
<script type="text/javascript">  

<!--  

    function setPng24(obj) {  

       obj.width=obj.height=1;  

       obj.className=obj.className.replace(/\bpng24\b/i,'');  

       obj.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+obj.src+"',sizingMethod='image');" 
        obj.src='';  
        return '';  

    }  

//-->  

</script>  

<style type="text/css">  

    body { background: yellow; }  

    .png24 { tmp: expression(setPng24(this)); }  

</style>  

<img src="http://eos.pe.kr/ex/png/png.png" class="png24">  

</body>  

</html>

2010/04/16 01:36 2010/04/16 01:36