웹마스터 팁

링크 점선 처리 onfocus=blur()

2005.06.06 23:54

woosh

http://www.nzeo.com/bbs/zboard.php?id=cgi_tip&select_arrange=headnum&desc=asc&page_num=20&selected=&exec=&sn=off&ss=on&sc=off&category=&keyword=%C1%A1%BC%B1

위의 방법으로도 안되는 분들...
<head>와 </head>사이에 아래  소스를 추가하세요.

<script language="JavaScript">
<!--
function bluring(){
if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") document.body.focus();
}
document.onfocusin=bluring;
// -->
</script>
* 드림팀님에 의해서 게시물 이동되었습니다 (2005-06-07 12:41)