测试时请将../images/back/db-0.png本地存大的图片:)

解决方案 »

  1.   

    解决了,方法如下:在<table标记中加入style='position:absolute' 或position:relative 就可以解决该问题具体代码如下:<script language=javascript>
    function tests(){
    alert(event.srcElement.outerHTML);
    }
    document.body.attachEvent("onclick",tests);
    </script><style type="text/css">
    #idDiv{left:140px; height:400; 
    width:400;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/back/db-0.png',sizingMethod='scale');
    background-image:none;
    }
    </style>
    <div id='idDiv'>
    <table style='position:relative'>
    <tr>
    <td style='cursor:hand;color:red'><a href='http://www.sohu.com'>超链能用了</a></td>
    </tr>
    <tr>
    <td style='cursor:hand;color:red' onclick='alert(11)'>click能用了</td>
    </tr>
    </table>
    </div>
      

  2.   

    这个png透明图在ff上支持,不需要使用这个滤镜,就是IE6不支持:(~~~~~~~好啦,多谢几位帮忙,结帐:P