超級簡單的圖片防盜(HTML),好用
更新時間:2007年04月08日 00:00:00 作者:
<style type="text/css">
* html 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.sxpcrazy.com/blog/clear.gif").substr(0, 0)
)
);
}
</style>
<img src="http://www.dhdzp.com/logos.gif">
* html 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.sxpcrazy.com/blog/clear.gif").substr(0, 0)
)
);
}
</style>
<img src="http://www.dhdzp.com/logos.gif">
相關(guān)文章
javascript圖片自動縮放和垂直居中處理函數(shù)
非常不錯的應(yīng)用代碼,方便我們處理一些圖片效果2008-10-10
javascript 放大鏡效果js組件 qsoft.PopBigImage.v0.35 加入了chrome支持
一般頁面的的圖片為了布局考慮,顯示大小都小于實際大小。 鼠標(biāo)在圖片上移動時,在旁邊展示一個跟此圖片顯示大小一樣的層。并講鼠標(biāo)附近區(qū)域?qū)?yīng)的原始圖片的區(qū)域按原始大小顯示在這個層中。2009-04-04

