현재 아웃로그인 스킨을 만들고 있는데요, 패스워드부분에 칸을??
아는 지식을 총동원에서 독학을 하면서... 아웃로그인 스킨을 만들고 있습니다.
만들어져잇는 기본 스킨을 바탕으로 수정중인데요.
패스워드 부분에 보니까 두칸으로 나뉘어져서 pw1 pw2 가 있더라구요.
이게 과연 무엇인가요?
이 부분때문에.. 패스워드 적는부분이 아이디 바로앞에 오질않고 아이디적는부분이 끝나는시점에서
패스워드 적는 네모상자가 나옵니다.
이걸 어떻게 해결해야하나요???
투명한 아웃로그인 소스를 만드려보려고 노력중인데.... ,,ㅋ
도와주세요~~~~!!
<table width="184" height="120" border="0" cellpadding="0" cellspacing="0">
<form name="fhead" method="post" action="javascript:fhead_submit(document.fhead);" autocomplete="off">
<input type="hidden" name="url" value="<?=$urlencode?>">
<tr>
<td width="10" height="114" rowspan="5"></td>
<td width="102" height="24">
<img src="<?=$outlogin_skin_path?>/img/login_chis.gif">
</td>
<td width="72" height="24" colspan="2">
<p> </p>
</td>
</tr>
<tr>
<td width="107" height="48" colspan="2">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="25">
<img src="<?=$outlogin_skin_path?>/img/login_id.gif">
<input name="mb_id" type="text" class=ed size="10" maxlength="18" required itemname="아이디" value='아이디' onMouseOver='chkReset(this.form);' onFocus='chkReset(this.form);'>
</td>
</tr>
<tr>
<td height="23"><img src="<?=$outlogin_skin_path?>/img/login_pw.gif"></td>
<td id=pw1 colspan="2" align="center">
<input name="text" type="text" onfocus='chkReset(this.form);' onMouseOver='chkReset(this.form);' value='패스워드' size="10" maxlength="18" required itemname="패스워드">
</td>
<td id=pw2 style='display:none;' colspan="2" align="center"><input name="mb_password" type="password" size="10" maxlength="18" itemname="패스워드" onMouseOver='chkReset(this.form);' onfocus='chkReset(this.form);'></td>
</tr>
</table>
</td>
<td width="67" height="48">
<p> </p>
</td>
</tr>
<tr>
<td width="102" height="20">
<p> </p>
</td>
<td width="72" height="20" colspan="2">
<p> </p>
</td>
</tr>
<tr>
<td width="102" height="22">
<p> </p>
</td>
<td width="72" height="22" colspan="2">
<p> </p>
</td>
</tr>
<tr>
<td width="184" height="6" colspan="4">
</td>
</tr>
</table>
<form name="fhead" method="post" action="javascript:fhead_submit(document.fhead);" autocomplete="off">
<input type="hidden" name="url" value="<?=$urlencode?>">
<tr>
<td width="10" height="114" rowspan="5"></td>
<td width="102" height="24">
<img src="<?=$outlogin_skin_path?>/img/login_chis.gif">
</td>
<td width="72" height="24" colspan="2">
<p> </p>
</td>
</tr>
<tr>
<td width="107" height="48" colspan="2">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="25">
<img src="<?=$outlogin_skin_path?>/img/login_id.gif">
<input name="mb_id" type="text" class=ed size="10" maxlength="18" required itemname="아이디" value='아이디' onMouseOver='chkReset(this.form);' onFocus='chkReset(this.form);'>
</td>
</tr>
<tr>
<td height="23"><img src="<?=$outlogin_skin_path?>/img/login_pw.gif"></td>
<td id=pw1 colspan="2" align="center">
<input name="text" type="text" onfocus='chkReset(this.form);' onMouseOver='chkReset(this.form);' value='패스워드' size="10" maxlength="18" required itemname="패스워드">
</td>
<td id=pw2 style='display:none;' colspan="2" align="center"><input name="mb_password" type="password" size="10" maxlength="18" itemname="패스워드" onMouseOver='chkReset(this.form);' onfocus='chkReset(this.form);'></td>
</tr>
</table>
</td>
<td width="67" height="48">
<p> </p>
</td>
</tr>
<tr>
<td width="102" height="20">
<p> </p>
</td>
<td width="72" height="20" colspan="2">
<p> </p>
</td>
</tr>
<tr>
<td width="102" height="22">
<p> </p>
</td>
<td width="72" height="22" colspan="2">
<p> </p>
</td>
</tr>
<tr>
<td width="184" height="6" colspan="4">
</td>
</tr>
</table>
|
댓글을 작성하시려면 로그인이 필요합니다.
댓글 5개
<td height="23"><img src="<?=$outlogin_skin_path?>/img/login_pw.gif"></td>
<td id=pw1 colspan="2" align="center">
<input name="text" type="text" onfocus='chkReset(this.form);' onMouseOver='chkReset(this.form);' value='패스워드' size="10" maxlength="18" required itemname="패스워드">
</td>
<td id=pw2 style='display:none;' colspan="2" align="center"><input name="mb_password" type="password" size="10" maxlength="18" itemname="패스워드" onMouseOver='chkReset(this.form);' onfocus='chkReset(this.form);'></td>
</tr>
이부분이 잘못됏으니 안도지요~~
이렇게 수정해보세요
<tr>
<td height="23"><img src="<?=$outlogin_skin_path?>/img/login_pw.gif"></td>
<td id=pw1 colspan="2" align="center"> <table><tr><td>
<input name="text" type="text" onfocus='chkReset(this.form);' onMouseOver='chkReset(this.form);' value='패스워드' size="10" maxlength="18" required itemname="패스워드">
</tr></td><tr><td id=pw2 style='display:none;' colspan="2" align="center">
<input name="mb_password" type="password" size="10" maxlength="18" itemname="패스워드" onMouseOver='chkReset(this.form);' onfocus='chkReset(this.form);'></td></tr></table></td>
</tr>
대충이런식으로 테이블을 추가해서 하면될것 같네요...참조하세요^^
"패스워드" 라는 글자를 출력하고 마우스가 오버되면 글자가 사라지게 하는기능을위해 있죠
그래도 여전히.... 아이디밑에 바로 패스워드가 안나옵니다.
어떻게 지정해주어야 아이디밑에 패스워드가 바르게 나올까요?.....
안되면 테이블의 사이즈 고정을 하세요^^
<table width="184" height="120" border="0" cellpadding="0" cellspacing="0">
<form name="fhead" method="post" action="javascript:fhead_submit(document.fhead);" autocomplete="off">
<input type="hidden" name="url" value="<?=$urlencode?>">
<tr>
<td width="10" height="114" rowspan="5"></td>
<td width="102" height="24">
<img src="<?=$outlogin_skin_path?>/img/login_chis.gif">
</td>
<td width="72" height="24" colspan="2">
<p> </p>
</td>
</tr>
<tr>
<td width="107" height="48" colspan="2">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="25">
<img src="<?=$outlogin_skin_path?>/img/login_id.gif"></td><td>
<input name="mb_id" type="text" class=ed size="10" maxlength="18" required itemname="아이디" value='아이디' onMouseOver='chkReset(this.form);' onFocus='chkReset(this.form);'>
</td>
</tr>
<tr>
<td height="23"><img src="<?=$outlogin_skin_path?>/img/login_pw.gif"></td>
<td id=pw1 colspan="2" align="center">
<input name="text" type="text" onfocus='chkReset(this.form);' onMouseOver='chkReset(this.form);' value='패스워드' size="10" maxlength="18" required itemname="패스워드">
</td>
<td id=pw2 style='display:none;' colspan="2" align="center"><input name="mb_password" type="password" size="10" maxlength="18" itemname="패스워드" onMouseOver='chkReset(this.form);' onfocus='chkReset(this.form);'></td>
</tr>
</table>
</td>
<td width="67" height="48">
<p> </p>
</td>
</tr>
<tr>
<td width="102" height="20">
<p> </p>
</td>
<td width="72" height="20" colspan="2">
<p> </p>
</td>
</tr>
<tr>
<td width="102" height="22">
<p> </p>
</td>
<td width="72" height="22" colspan="2">
<p> </p>
</td>
</tr>
<tr>
<td width="184" height="6" colspan="4">
</td>
</tr>
</table>
사이즈 조절에서 제가 잘못한것같애요~ 아므튼..너무 감사^ㅡ^/