<head>와 </head> 사이에 아래 를 넣으면 클릭할 때 생기는 점선이 나타나지 않게 됩니다.
< script language="JavaScript">
< !--
function bluring(){
if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") document.body.focus();
}
document.onfocusin=bluring;
// -->
< /script>
'Html & Css' 카테고리의 다른 글
| 창 닫기 버튼 만들기 여러가지 방법 (1) | 2016.06.03 |
|---|---|
| 간단 롤오버 소스 (이미지) (0) | 2016.06.03 |
| base target으로 하이퍼링크 간단히 제어 (0) | 2016.06.03 |
| 자바스크립트와 css 외부링크소스 (0) | 2016.06.03 |
| 스타일시트로 배경에 글라디언트 (0) | 2016.06.03 |