묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
하이퍼 링크의 점선
2005.09.01 07:02
그림의 어느 특정 부위에 하이퍼링크를 걸면 네모나게 점선이 생기자나요.
그거 없애는 방법 좀 부탁드립니다.
제가 다른분들이 가르쳐 주는 스크립트 태그를 적용시켜봐도 안되더라구요-.-
어떤 분이 <a href="링크 주소" onfocus="this.blur()">글자나 이미지</a>
이런식으로 하면 된다고 그러셨는데,
제 문서 소스를 보니까....
저런식이 아닌거 같아요;
그럼 제 문서의 소스를 올려드릴테니까.
제발 방법좀 가르쳐주세요~~
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>제목 없음</title>
<meta name="generator" content="Namo WebEditor v6.0">
<style>
<!--
a:link { text-decoration:none; }
a:visited { text-decoration:none; }
a:active { text-decoration:none; }
a:hover { text-decoration:none; }
-->
</style>
<bgsound src="Damien Rice [2003] [O] 02. Volcano.mp3" loop="infinite">
</head>
<body bgcolor="white" text="#660099" link="#660099" vlink="#660099" alink="#660099" leftmargin="0" marginwidth="0" topmargin="0" marginheight="0">
<p><img src="../jjj copy.jpg" width="526" height="768" border="0" usemap="#ImageMap1"><map name="ImageMap1">
<area shape="rect" coords="23, 535, 153, 545" href="http://greatbaby.ivyro.net/zboard/zboard.php?id=ready" target="right">
<area shape="rect" coords="172, 525, 363, 545" href="http://greatbaby.ivyro.net/zboard/zboard.php?id=image" target="right">
<area shape="rect" coords="381, 535, 497, 545" href="http://greatbaby.ivyro.net/zboard/zboard.php?id=beautiful" target="right">
<area shape="rect" coords="52, 550, 192, 562" href="http://greatbaby.ivyro.net/zboard/zboard.php?id=free" target="right">
<area shape="rect" coords="214, 550, 314, 561" href="http://greatbaby.ivyro.net/zboard/zboard.php?id=master" target="right">
<area shape="rect" coords="330, 550, 473, 561" href="http://greatbaby.ivyro.net/zboard/zboard.php?id=link" target="right">
</map></p>
</body>
</html>
그거 없애는 방법 좀 부탁드립니다.
제가 다른분들이 가르쳐 주는 스크립트 태그를 적용시켜봐도 안되더라구요-.-
어떤 분이 <a href="링크 주소" onfocus="this.blur()">글자나 이미지</a>
이런식으로 하면 된다고 그러셨는데,
제 문서 소스를 보니까....
저런식이 아닌거 같아요;
그럼 제 문서의 소스를 올려드릴테니까.
제발 방법좀 가르쳐주세요~~
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>제목 없음</title>
<meta name="generator" content="Namo WebEditor v6.0">
<style>
<!--
a:link { text-decoration:none; }
a:visited { text-decoration:none; }
a:active { text-decoration:none; }
a:hover { text-decoration:none; }
-->
</style>
<bgsound src="Damien Rice [2003] [O] 02. Volcano.mp3" loop="infinite">
</head>
<body bgcolor="white" text="#660099" link="#660099" vlink="#660099" alink="#660099" leftmargin="0" marginwidth="0" topmargin="0" marginheight="0">
<p><img src="../jjj copy.jpg" width="526" height="768" border="0" usemap="#ImageMap1"><map name="ImageMap1">
<area shape="rect" coords="23, 535, 153, 545" href="http://greatbaby.ivyro.net/zboard/zboard.php?id=ready" target="right">
<area shape="rect" coords="172, 525, 363, 545" href="http://greatbaby.ivyro.net/zboard/zboard.php?id=image" target="right">
<area shape="rect" coords="381, 535, 497, 545" href="http://greatbaby.ivyro.net/zboard/zboard.php?id=beautiful" target="right">
<area shape="rect" coords="52, 550, 192, 562" href="http://greatbaby.ivyro.net/zboard/zboard.php?id=free" target="right">
<area shape="rect" coords="214, 550, 314, 561" href="http://greatbaby.ivyro.net/zboard/zboard.php?id=master" target="right">
<area shape="rect" coords="330, 550, 473, 561" href="http://greatbaby.ivyro.net/zboard/zboard.php?id=link" target="right">
</map></p>
</body>
</html>
우선 여러가지 방법이 있습니다. 그중에 한가지를 말씀드리면
function bluring(){
if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") document.body.focus();}
document.onfocusin=bluring;
위 자바스크립터를 추가하시면 됩니다.