좌축 로그인폼 마우스 오버시 커지는 문제. 정보
좌축 로그인폼 마우스 오버시 커지는 문제.첨부파일
본문
오류가 나는곳의 주소를 알려주시면 더 빠르고 정확하게 답변 받을 수 있습니다.
오류 주소 : http://asanagro.com
위의 주소로 들어가시면 좌축 로그인폼이요..
마우스 오버하면 폼박스가 커지면서 흔들거리네요..
뭐가 문젤까요?
혹시 몰라 코딩파일도 추가했습니다.
도와주십시오..ㅠ
오류 주소 : http://asanagro.com
위의 주소로 들어가시면 좌축 로그인폼이요..
마우스 오버하면 폼박스가 커지면서 흔들거리네요..
뭐가 문젤까요?
혹시 몰라 코딩파일도 추가했습니다.
도와주십시오..ㅠ
댓글 전체
outlogin 스킨에 있는
<td id=pw2 style='display:none;' height="30" align="center">
<input name="mb_password" id="outlogin_mb_password" type="password" class=ed size="12" maxlength="20" itemname="패스워드" onMouseOver='chkReset(this.form);' onKeyPress="check_capslock(event, 'outlogin_mb_password');"></td>
이 부분도 같은 스타일이 되도록 지정해 주세요.
<td id=pw2 style='display:none;' height="30" align="center">
<input name="mb_password" id="outlogin_mb_password" type="password" class=ed size="12" maxlength="20" itemname="패스워드" onMouseOver='chkReset(this.form);' onKeyPress="check_capslock(event, 'outlogin_mb_password');"></td>
이 부분도 같은 스타일이 되도록 지정해 주세요.