수다닷컴

  • 해외여행
    • 괌
    • 태국
    • 유럽
    • 일본
    • 필리핀
    • 미국
    • 중국
    • 기타여행
    • 싱가폴
  • 건강
    • 다이어트
    • 당뇨
    • 헬스
    • 건강음식
    • 건강기타
  • 컴퓨터
    • 프로그램 개발일반
    • C언어
    • 비주얼베이직
  • 결혼생활
    • 출산/육아
    • 결혼준비
    • 엄마이야기방
  • 일상생활
    • 면접
    • 취업
    • 진로선택
  • 교육
    • 교육일반
    • 아이교육
    • 토익
    • 해외연수
    • 영어
  • 취미생활
    • 음악
    • 자전거
    • 수영
    • 바이크
    • 축구
  • 기타
    • 강아지
    • 제주도여행
    • 국내여행
    • 기타일상
    • 애플
    • 휴대폰관련
  • 프로그램 개발일반
  • C언어
  • 비주얼베이직

a href 링크가 안먹습니다

비내리던날

2023.04.01

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

신청하기





COMMENT

댓글을 입력해주세요. 비속어와 욕설은 삼가해주세요.

  • 핫레드

    왜안되는지....몰르겟습니다 ㅠㅠ흐규흐규

  • 아이돌

    a { text-decoration:none; color:#000; }
    a:hover { text-decoration:underline; color:blue; }

    이걸 말하시는건가요?
    이런식으로 a링크 자체에 밑줄을 없애고 마우스오버되었을때만 라인이 나오게 하면 될것 같으세요
    폰트 칼라값은 제가 임의로 블루로 해뒀으니 맞는색으로 교체 하세요

  • 잉간

    test.html 파일을 만드신 후 올려주신 소스를 그대로 넣었을 경우에 원하시는 화면을 볼수 있을겁니다.

    하지만 지금 작업하시는 환경에서는 말씀하신 문제가 생긴다고 하시니..

    다른곳에서 스타일이 중복되는게 아닌가 해서 말씀 드립니다.

  • 보나

    제말은... 오버되면 색깔이바꾸고 맨처음 글쓰는거처럼 검은색이나 되야되는데 자동으로 a링크를걸면요...

    a링크를걸자 마우스를 안가따되도 저렇게변해잇네요 ㅠㅠ

  • 리나

    올려주신 소스 그대로 넣어봤는데 ... 원하시는 모양 그대로 나오는데요 ..
    혹시 이 외에 다른 css부분에서 간섭이 일어나는건 아닌지 ...

번호 제 목 글쓴이 날짜
2697487 html5 css3 학원 추천좀해주세요 (1) 예그리나 2025-06-08
2697459 이런 질문도 답변해주실지는 모르겠습니다만 병특에 관한 질문입니다. 승아 2025-06-08
2697422 가운데 정렬하는 방법좀 흑흑흑... (3) 목련 2025-06-07
2697395 홈페이지 기본구조에 대해서... (6) 모든 2025-06-07
2697366 에..조금 짜보고 다시 질문입니다. (2) 나샘 2025-06-07
2697333 li 가운데 정렬.....도와 주세용... (7) 초고리 2025-06-07
2697284 이미지를 흐리게 (2) 난새 2025-06-06
2697258 VC++ 6.0(studio)을 깔면서 재미가 붙었는데..ㅠㅠ (4) 앵겨쪼 2025-06-06
2697228 WorkFlow가 궁금합니다.. 다들 어떻게 하시는지.. (1) 애기 2025-06-06
2697174 button 태그와 input 태그의 type 속성을 사용한거와 차이 (1) 여름 2025-06-05
2697149 익스플로러에서 이미지로딩이 느려지는건지..깨져서 나옵니다. (4) 든솔 2025-06-05
2697122 호환성질문 (5) 미즈 2025-06-05
2697066 웹에서 다른이름으로 저장 할때 파일 이름 저장하는 방법은? 코이 2025-06-04
2697043 position:absolute; 로 하면 사라져 버리는 이유 ㅠㅠ (3) 풍란 2025-06-04
2697016 테이블 thead tbody 질문 아란 2025-06-04
2696989 contact us 페이지는 dl로 작성하는게 좋을까요? (4) 파라 2025-06-03
2696964 img 태그 질문드려요 (9) 연블루 2025-06-03
2696907 [질문] 올플래시 메뉴 고정할수 있는[수정] (4) 맨삶이 2025-06-03
2696875 책구입 후 따라하다가 ShortCode Ultimate 오류 가지등 2025-06-02
2696844 css 마우스 오버시 display:block되는 영역 질문드립니다 ㅠㅠ (2) 갅쥐누뉨 2025-06-02
<<  이전  1 2 3 4 5 6 7 8 9 10  다음  >>

수다닷컴 | 여러분과 함께하는 수다토크 커뮤니티 수다닷컴에 오신것을 환영합니다.
사업자등록번호 : 117-07-92748 상호 : 진달래여행사 대표자 : 명현재 서울시 강서구 방화동 890번지 푸르지오 107동 306호
copyright 2011 게시글 삭제 및 기타 문의 : clairacademy@naver.com