수다닷컴

  • 해외여행
    • 괌
    • 태국
    • 유럽
    • 일본
    • 필리핀
    • 미국
    • 중국
    • 기타여행
    • 싱가폴
  • 건강
    • 다이어트
    • 당뇨
    • 헬스
    • 건강음식
    • 건강기타
  • 컴퓨터
    • 프로그램 개발일반
    • 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부분에서 간섭이 일어나는건 아닌지 ...

번호 제 목 글쓴이 날짜
2703348 쿽스모드가 무엇인지 궁금합니다. (4) 나려 2025-07-31
2703324 [접근성]더보기 (8) 매1혻적 2025-07-31
2703274 AVADA 테마 메인화면 슬라이드 질문.. 뿌우 2025-07-30
2703218 kboard 게시판 질문요 !! 핑크빛입술 2025-07-30
2703188 HTML 4.01에서 faq 제이쿼리 슬라이드업 되면서 떨림문제 (2) 꺄홋 2025-07-30
2703163 수다님 죄송한데 질문하나하겠습니다.. (1) 나오 2025-07-29
2703138 [질문]java강좌란에서 궁금한 점이 있어 올립니다. (2) 옆집오빠야 2025-07-29
2703109 HTML5 코드 내용이 달라요..ㅜㅜ (1) 우솔 2025-07-29
2703032 이런 질문도 가능할 지는 모르겠지만요~ (1) SweetChoco 2025-07-28
2703009 레이어 코딩 어떻게 해야 할까요? 수련 2025-07-28
2702980 익스 개발툴에서 대체텍스트보기에 대해 질문있어요~ (5) 핑크빛애교 2025-07-28
2702927 jsp 공부중인대 회원등록을누르면 등록이 안되고 에러가나요 소율 2025-07-27
2702843 16진수 출력시 10을 제거 하는 방법 좀 알려주세요 (3) Schokolade 2025-07-26
2702818 float:left , right 왜그런거죠? (4) 화이트캣 2025-07-26
2702792 vertical-align이 적용이 안되네요...ㅜ.ㅜ (4) 라미 2025-07-26
2702735 c++ 로 mmpi 프로그램을 만드는데 푸른잎 2025-07-25
2702705 그누보드 갤러리게시판 오류 문의합니다. good 2025-07-25
2702679 동영상의 흰색배경을 투명하게 플래시로 임포트하려면?? (3) 별솔 2025-07-25
2702655 예약 부분 & 페이지 번역 플러그인 질문해요. (3) 연하늘 2025-07-25
2702632 틀린부분이 어디죠?? 컴파일하면 오류가 떠요 (3) 해사랑해 2025-07-24
<<  이전  1 2 3 4 5 6 7 8 9 10  다음  >>

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