2006-9-27 04:21 PM
ed1910
滑鼠帶陰影圖片
滑鼠帶陰影圖片
語法中〔圖片網址〕自行改任何圖片
color=white 是陰影顏色
<body onmousemove="C.style.left=document.body.scrollLeft+event.clientX+10;C.style.top=document.body.scrollTop+event.clientY+10">
<font id="C" style="position:absolute; width:100; height:50; filter:shadow(color=yellow,direction=125)">
<IMG SRC="圖片網址"></font>