a href 링크가 안먹습니다
비내리던날
a href 링크를 걸면 마우스 오버될씨 저런식으로나와야되는데 처음부터 저렇게 나옵니다 ㅠㅠ
알려주시시요 ㅠㅠ
참고로 a링크가 안먹는거같아요
css 속성 ----------------------------------------------------------------------------------------------
/* 기본속성 */
body{width:100%; height:100%; margin:0; padding:0px; font-family:dotum; color:#555555; font-size:0.75em; line-height:160%; font-weight:normal; background-color:#FFFFFF; background-image:url(/images/common/body_top_bg.gif); background-position:top; background-repeat:repeat-x;}
/* anchor */
a {text-decoration : none;}
a:link, a:visited { color : #494949 ; text-decoration:none;}
a:hover, a:active {color:#0066cc; text-decoration:underline;}
ul, li, table, td, select, span, p, dl, dt, dd{margin:0px;padding:0px;}
h1, h2, h3, h4, h5{margin:0px; padding:0px;}
table{border-collapse: collapse}
table tr th td ul li{padding:0;}
h4{float:left; width:100%; background:url(/images/common/h4_bullet01.gif) no-repeat left center; padding:0 0 0 20px; font-size:1.167em; color:#434343; letter-spacing:-0.1em; margin:20px 0 6px 0;}
.mg_l5{margin-left:5px;}
.mg_t5{margin-top:5px;}
ul{list-style:none;}
fieldset {margin:0px; padding:0px; border:none;}
form.mg0{margin:0; padding:0; }
img{border:0;margin:0; line-height:1%; font-size:1%;}
.u{text-decoration:underline;}
.b{font-weight:bold; margin:0; padding:0;}
.left{float:left;}
/* 아이디 중복체크, 우편번호 찾기 */
#id_check{float:left; width:502px; padding:25px 0 0 0; background:url(/images/member/popup_bg.gif) no-repeat; font-family:dotum; color:#555555; font-size:13.5px;}
#id_check h4{ margin:0 0 10px 0;}
#id_check fieldset{float:left; width:502px; height:62px; text-align:center; padding:0; margin-top:43px; }
#id_check fieldset input.txt{float:left; width:350px; height:20px; border:1px solid #dadada; margin:5px 5px 0 40px;}
#id_check p{ float:left; text-align:center; width:384px;}
#id_check .id_s{float:left; width:502px; height:42px; text-align:center; font-size:14px; font-weight:bold; color:#2b7cb4; margin-top:43px; padding-top:20px;}
#id_check .btn{ float:left; width:502px; height:24px; padding:14px 0 6px 0; text-align:center;}
#id_check .post_list{ float:left; width:420px; height:185px; margin-bottom:20px; padding:15px 0 0 40px;}
#id_check .post_list ul{ float:left; width:420px; height:155px; padding:15px 0; overflow:scroll; border-top:2px solid #4596c8; }
#id_check .post_list ul li{ float:left; width:460px; padding:3px 0; font-family:verdana; line-height:170%; letter-spacing:-1px; }
속성 ==================
body
div id=id_check
h4 class=pd_l20img src=/images/member/title_post.gif alt=우편번호 검색 //h4
form name=form1 id=form1 action=/searchPost.ep method=post
fieldset
입력창에 찾고자 하는 읍 또는 동을 입력 해 주시기 바랍니다.
br /
읍, 면, 동까지만 검색이 가능합니다. 예) 상봉동br /
input type=text name=searchText class=txt value= /
img src=/images/member/popup_btn_search.gif onclick=javascript:formSubmit(); class=left mg_t5 style=cursor:pointer /
/fieldset
/form
div class=post_list
ul
li
c:if test=${errorMsg != null}
${errorMsg}
/c:if
c:if test=${postItems != null && errorMsg == null}
c:if test=${fn:length(postItems) 0}
c:forEach var=item items=${postItems}
a href=# [${item.postcd}] ${item.address}/a
br /
/c:forEach
/c:if
c:if test=${fn:length(postItems) == 0}
검색결과가 없습니다.
/c:if
/c:if
/li
/ul
/div
pimg src=/images/member/popup_bottom.gif alt= //p
/div
/body
-
핫레드
왜안되는지....몰르겟습니다 ㅠㅠ흐규흐규
-
아이돌
a { text-decoration:none; color:#000; }
a:hover { text-decoration:underline; color:blue; }
이걸 말하시는건가요?
이런식으로 a링크 자체에 밑줄을 없애고 마우스오버되었을때만 라인이 나오게 하면 될것 같으세요
폰트 칼라값은 제가 임의로 블루로 해뒀으니 맞는색으로 교체 하세요 -
잉간
test.html 파일을 만드신 후 올려주신 소스를 그대로 넣었을 경우에 원하시는 화면을 볼수 있을겁니다.
하지만 지금 작업하시는 환경에서는 말씀하신 문제가 생긴다고 하시니..
다른곳에서 스타일이 중복되는게 아닌가 해서 말씀 드립니다. -
보나
제말은... 오버되면 색깔이바꾸고 맨처음 글쓰는거처럼 검은색이나 되야되는데 자동으로 a링크를걸면요...
a링크를걸자 마우스를 안가따되도 저렇게변해잇네요 ㅠㅠ -
리나
올려주신 소스 그대로 넣어봤는데 ... 원하시는 모양 그대로 나오는데요 ..
혹시 이 외에 다른 css부분에서 간섭이 일어나는건 아닌지 ...