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
과거를 아프게 들여다보지 말라. 그것은 다시 오지 않는다. 현재를 슬기롭게 이용하라. 그것은 그대의 것이다. 힘찬 기상으로 두려워말고 나아가 무지개를 맞으라.