링크시 점선 없애기 (맨 위에 넣으세요~) - 전역설정

미랑 · 2004-09-26 15:40:23
<script language="javascript">
<!-- 링크 테두리 점선 안보이기 -->
function bluring(){
if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") document.body.focus();
}
document.onfocusin=bluring;
//-->
</script>