html에서 href가 아닌 대상들에게 click이벤트를 걸 수 있습니다.
하지만 마우스 커서를 갖다대면 다른 href 링크 처럼 마우스 커서가 손모양으로 변하지 않습니다.
이럴때 cursor:pointer 를 사용하면 손 모양으로 보이도록 할 수 있습니다.
<img width="20px" src="/images/button/btn_del.gif" alt="삭제" style="cursor:pointer;" class="delUser">
html에서 href가 아닌 대상들에게 click이벤트를 걸 수 있습니다.
하지만 마우스 커서를 갖다대면 다른 href 링크 처럼 마우스 커서가 손모양으로 변하지 않습니다.
이럴때 cursor:pointer 를 사용하면 손 모양으로 보이도록 할 수 있습니다.
<img width="20px" src="/images/button/btn_del.gif" alt="삭제" style="cursor:pointer;" class="delUser">