input 박스와 옆에 텍스트 정렬
도손
코딩하다보니 이런 문제(?)가 있던데요
input box 옆에 @가 밑으로 내려가 있어서 verticla-align도 써봤지만 말을 안들어서요
해결 방법 부탁드릴께요!!!!
tr
thimg src=/skinclearing/images/th_after_email.gif alt= //th
tdinput type=text id= class=text04 / @ input type=text id= class=text04 /
select id= class=sel03
option직접입력/option
/select br /input type=radio id=sEmailYn name=sEmailYn value=Y/ 이메일 수신 동의 input type=radio id=sEmailYn name=sEmailYn value=N/ 이메일 수신 동의하지 않음br /br /br /
img src=/skinclearing/images/img_after.gif alt= /
/td
/tr
CSS
#sc-wrap .sc-after-cen table td{padding:7px 0 7px 10px; border-bottom:1px solid #ededed; font-size:11px; color:#a2a2a2; letter-spacing:-1px; line-height:15px;}
-
보물선
간단하게 @을 span@/span 하신 후
span {display:inline-block; padding-bottom:4px;}
이렇게 하셔도 될것 같네요. -
눈솔
소스가 없어 정확히는 모르겠지만, input을 포함한 해당요소들에 float 을 써서 padding으로 맞추는 방법과 line-height와 height로 맞출수 있을듯 합니다.
-
어른처럼
아 이부분은 td/td 사이에 넣었습니다.
한마디로 테이블 코딩입니다. -
딸기맛캔디
테이블에 넣으셨는지 아님 그냥 블록레벨에 넣으셨는지 알길이 없네요~
소스를 올려주시야 원인분석과 현상 해결을 방법을 알려드릴수있겠습니다~