[javascript] 마우스오버시 이미지 알파 효과주기
로빈아빠
본문
<img src="aaa.jpg" borer="0" style='cursor:pointer;' width=150 height=113 style="opacity:0.4;filter:alpha(opacity=100)" onmouseover="this.style.opacity=11;this.filters.alpha.opacity=60" onmouseout="this.style.opacity=0.4;this.filters.alpha.opacity=100">
관련링크
댓글목록
등록된 댓글이 없습니다.