답변 5개
</p>
<p><td colspan="3"><?=mWrite(4,"address,"","250px")?></td> 혹은 </p>
<p><td colspan="3"><?=mWrite(4,"address,"r","250px")?></td> 이방법이 모두않되면 </p>
<p><td colspan="3" class="addrTd"><?=mWrite(4,"address,"r","250px")?></td> </p>
<p> </p>
<p><style></p>
<p>.addrTd input[type='text']:nth-child(2) {width:250px;}</p>
<p>.addrTd input[type='text']:nth-child(3) {width:250px;}</p>
<p></style></p>
<p>
이러한 방법 혹은
</p>
<p><style></p>
<p>.addrTd input[type='text'] {width:250px;}</p>
<p>.addrTd input[type='text']:first-child {width:100px;}</p>
<p></style></p>
<p>
이러한 방법으로 넓이를 지정해주면 될겁니다.
댓글을 작성하려면 로그인이 필요합니다.
LukcyHoo 님~~
알려주신
<style>
.addrTd input[type='text'] {width:250px;}
.addrTd input[type='text']:first-child {width:100px;}
</style>
위 소스를 적용하여 해결했습니다.
정말 감사드립니다.
댓글을 작성하려면 로그인이 필요합니다.
mWrite 에도 똑같이 젤 마지막 값에 250px 를 넣었느데 적용이 안되네요.
여분필드 인풋박스에 스타일을 따로 지정하는곳이 없는것 같은데요.
댓글을 작성하려면 로그인이 필요합니다.
위 생년월일 부분을 보면 보면 <?=mWrite(3,"text","r","width:120px")?> 이렇게 넓이를 넣어준부분이 있는데 생년월일 인풋박스의 넓이가 120px 로 되어있다면 주소부분에 사용되는 mWrite 에도 똑같이 젤 마지막 값에 250px 넓이를 줘보세요. 만약에 않되면 mWrite 함수가 있는곳을 찾아서 수정해야만 될겁니다.
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인