Html & Script

onfocus=blur(), onfocus=this.blur() 스타일 시트에 적용?

페이지 정보

본문

거누



음 자바 스크립트를 이용해서 한번만 써주면 됩니다.

function bluring(){
  if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") document.body.focus();
}

document.onfocusin=bluring;


<a><img>태그일때 focus를 body로 ^^;;

 

관련자료

등록된 댓글이 없습니다.
Today's proverb
우리 시대에 가장 암울한 말이 있다면 "남 하는 대로" "나 하나쯤이야" "세상이 그런데". 우리 시대에 남은 희망이 있다면 "나 하나만이라도" "내가 있음으로 " "내가 먼저". (박노해)