■ 語法主題:霧化圖示

■ 控制碼內容:
將下面複製至 <head> 區內
<script>
function blu(a,b){
a.filters.blur.strength=b
}
</script>

■ 控制碼內容:
將下面複製至 <body> 標籤後
<img src="logo8831.gif" width="88" height="31" border=0 style="filter:blur(strength=0)" onMouseover="blu(this,10)" onMouseout="blu(this,0)">