묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
크롬과 익스에서 나오는 width값이 조금 다른데요..
2012.12.19 19:00
<table cellpadding=0 cellspacing=0 border=0>
<form name=zb_login method=post action="[action]" onSubmit="return zb_login_check_submit();">
<input type=hidden name=s_url value="[s_url]">
<tr>
<td width="253"><input type=text name=user_id OnBlur = 'document.zb_login.password.focus();' maxlength=18 style='color:#ffffff; background-color:#222222; border:0; width:253px; height:17px;'></td>
</tr>
<tr>
<td height="2"></td>
</tr>
<tr>
<td><input type="password" name=password maxlength=18 style='color:#ffffff; background-color:#222222; border:0; width:253px; height:17px;'></td>
</tr>
<tr>
<td height="6"></td>
</tr>
<tr>
<td>[login][member_join][lost_id]</td>
</tr>
</form>
</table>
</form>
로그인창 부분을 253px로 하고 싶은데 익스에서는 255px로 나오고 크롬에서는 253px로 정상적으로 나오네요..
소스인데 해결 방법이 없을까요?
* {margin:0; padding:0}
추가해보세요.....