'cursor'에 해당되는 글 1건

  1. 2009.02.25 마우스 커서 바꾸기 2
ASP.NET2009. 2. 25. 22:13



상태값에 따라

직접 만든 커서를 적용.

젤 밑에껀 IE 기본 제공중 하나!

 




if (ii.value == 'Zoom') this.style.cursor = "url('../img/zoom-in_1.cur')";
else if (ii.value == 'Reduce') this.style.cursor = "url('../img/zoom-out_1.cur')";
else if (ii.value == 'Move') this.style.cursor = "move";

Posted by 댓거리사랑