實現方法很簡單
在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 = "/School/UploadFiles_7810/201104/20110411084019591.gif").substr(0, 0)
)
);
}
然後修改下上面的圖片路徑,隨便找個亂七八糟的圖放上去,就OK.
另存起來還是有點頭疼的,要看源代碼才行.