//링크클릭시 나타나는 점선 없애주기
function autoblur() {
if(event.srcElement.tagName == "A") document.body.focus();
}
document.onfocusin = autoblur;
g4/js/common.js 맨아래에 위의 내용을 추가해줍니다.
(익스플로러에서만 되내요)
영삼넷
Categories
Recent Posts
Recent Comments
Statistics
- Total Visitors:
- 355994
- Today:
- 68443
- Yesterday:
- 9753381
IT강국 김영삼 블로그에 오신걸 진심으로 환영합니다.
©2002 영삼넷 // openkr
©2002 영삼넷 // openkr