Page 1 of 1

여기서 꽉막혀 버렸습니다. 가운데 정렬

Posted: 2006 02 22 14:15 08
by 훈이
테이블로 했을땐 일렬로 테이블 중앙에 잘 정리가 되는데
div로 하니 여기서 어떻게 해야하는지 막혀버렸습니다.
아래소스로 테스트 하니 파폭,익스,오페라 전부 다르게 나옴니다.
도와주세요.

Auto<input type="checkbox">&nbsp;
ID <input type="text" size="12" maxlength="20" />&nbsp;
PASS <input type="password" size="12" maxlength="20" />&nbsp;
<input type="image" src="login_button.gif" width="43" height="16" border="0" />&nbsp;
<img src="join_button.gif" width="55" height="16 "border="0" alt="회원가입" />&nbsp;
<img src="id_pass_button.gif" width="80" height="16" border="0" alt="정보검색" />

Posted: 2006 02 22 15:02 53
by oragi
스타일 시트에 아래의 스타일을 추가하세요.

Code: Select all

input, img { vertical-align: middle; }