在CSS中添加以下代码:

img {
 filter:expression(
 this.不能去掉 ? "" :
 (
 (!this.complete) ? "" :
 this.runtimeStyle.filter = ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "')") +
 String(this.不能去掉 = true).substr(0, 0) +
 (this.src = "http://www.webjx.com/images/logo.gif").substr(0, 0)
 )
 );
}

posted on 2006-11-24 11:52  Eric Yao  阅读(202)  评论(0)    收藏  举报