input 박스가..삐뚤어져서 나오네요.ㅠㅠ > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

input 박스가..삐뚤어져서 나오네요.ㅠㅠ 정보

input 박스가..삐뚤어져서 나오네요.ㅠㅠ

본문

링크주소 보시면 우측 중간에 운영시간 밑에 운송장 검색부분이 있는데...

줄이 안맞춰지네요..ㅠㅠ
그 위에있는 이미지들 사이즈를 줄이면.. 이상해지고..

인풋박스하고 검색이미지버튼하고 두개가 왜 줄이 안맞죠?ㅠㅠ
  • 복사

댓글 전체

<td><form><div align="center"><input name=stx maxlength=15 itemname="검색어" required style="width:130px; background-color:#f6f6f6; border:1px solid #7f9db9; height:19px;"></div></form></td>


<form><td><div align="center"><input name=stx maxlength=15 itemname="검색어" required style="width:130px; background-color:#f6f6f6; border:1px solid #7f9db9; height:19px;"></div></td></form>

폼을 밖으로 빼보셔요
css/style.css

/*form*/
input {
font: 12px/140% 돋움, Verdana, Geneva, Arial, Helvetica, sans-serif;
padding-left:5;
color:#666666;
border-top:#a8a8a8 1px solid;
border-left:#e4e4e4 1px solid;
border-right:#e4e4e4 1px solid;
border-bottom:#e4e4e4 1px solid;
}


여기에 인풋 보더가 지정되어있네요. ^^
© SIRSOFT
현재 페이지 제일 처음으로