파이어폭스에서 입력폼 밀림현상 정보
파이어폭스에서 입력폼 밀림현상본문
다른것은 이상없는데 홈피쪽 입력폼이 밑으로 한칸 치우침니다. 어떻게 해야하죠?
<?
/*
<<< Original Script >>>
XHTML live Chat
author: alexander kohlhofer
version: 1.0
http://www.plasticshore.com
http://www.plasticshore.com/projects/chat/
please let the author know if you put any of this to use
XHTML live Chat (including this code) is published under a creative commons license
license: http://creativecommons.org/licenses/by-nc-sa/2.0/
*/
?>
<style type="text/css">
#shoutboxoutput ul{list-style: none;margin:5px;padding:0px;height:115px;}
.shoutboxLi1{padding:4px;margin-bottom:6px;margin-right:4px;border:1px solid #C0C0C0;background:#EEEEEE;}
.shoutboxLi2{padding:4px;margin-bottom:6px;margin-right:4px;border:1px solid #AECDFF;background:#E7EFF7;}
.shoutboxName{font-weight:bold;padding-left:4px;}
.shoutboxTime{font-style:italic;}
.shoutboxText{display:block;margin-top:4px;}
#shoutboxoutput{border:1px solid #AAAAAA;text-align:left;height:450px;overflow:auto;background:#FFFFFF;}
#shoutboxinput{margin-top: 6px;}
#shoutboxinput input, textarea{border:1px solid #AAAAAA;}
</style>
<table width="100%" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td style="padding:1px 1 1px 1"><div id="shoutboxoutput"><ul id="outputList"></ul></div></td>
</tr>
<tr>
<td style="padding:1px 1 1px 1">
<table cellpadding=0 cellspacing=0 border=0 width=100%>
<form id="shoutboxForm" name="shoutboxForm" onsubmit="return false;" action="" style='display:none'>
<input type=hidden name=uid id=uid value="<?=$member[mb_id];?>">
<tr>
<td colspan=2>
<? if(!$member['mb_id']) { ?>
별명 : <input type="text" size="20" maxlength="10" name="name" id="name" onblur="shoutboxCheckName();" />
홈피 : <input type="text" size="54" name="url" id="url" />
<? } else { ?>
별명 : <input type="text" size="20" maxlength="10" name="name" id="name" value="<?=$member['mb_nick']?>" readonly onclick="alert('별명은 회원정보 수정에서 변경 하실수 있습니다.');" />
홈피 : <input type="text" size="54" name="url" id="url" value="<?=$member['mb_homepage']?>" />
<? } ?>
</td>
</tr>
<tr>
<td width=100%><textarea onkeyup="shoutboxCheckLength(this)" style="width:100%;height:78px;" name="shoutboxbarText" id="shoutboxbarText" onblur="shoutboxCheckStatus('');" onfocus="shoutboxCheckStatus('active');" /></textarea></td>
<td width=70><input onclick="shoutboxSendComment();" type="submit" id="submit" name="submit" value="입 력" style="background-color:rgb(239,235,222); margin-left:1pt; border-width:1; border-color:rgb(102,102,102); border-style:solid; width:70px; height:78px;" /></td>
</tr>
</form>
</table>
</td>
</tr>
</table>
<script type="text/javascript">
var Mint_path = "<?=$Mint[LibPath]?>";
var shoutBoxReceiveTime = 2000; // 2 seconds
var shoutBoxMemoLimit = 100; // Input Memo length
</script>
<script src="<?=$Mint[LibPath];?>/shoutbox.js" language="JavaScript" type="text/javascript"></script>
<?
/*
<<< Original Script >>>
XHTML live Chat
author: alexander kohlhofer
version: 1.0
http://www.plasticshore.com
http://www.plasticshore.com/projects/chat/
please let the author know if you put any of this to use
XHTML live Chat (including this code) is published under a creative commons license
license: http://creativecommons.org/licenses/by-nc-sa/2.0/
*/
?>
<style type="text/css">
#shoutboxoutput ul{list-style: none;margin:5px;padding:0px;height:115px;}
.shoutboxLi1{padding:4px;margin-bottom:6px;margin-right:4px;border:1px solid #C0C0C0;background:#EEEEEE;}
.shoutboxLi2{padding:4px;margin-bottom:6px;margin-right:4px;border:1px solid #AECDFF;background:#E7EFF7;}
.shoutboxName{font-weight:bold;padding-left:4px;}
.shoutboxTime{font-style:italic;}
.shoutboxText{display:block;margin-top:4px;}
#shoutboxoutput{border:1px solid #AAAAAA;text-align:left;height:450px;overflow:auto;background:#FFFFFF;}
#shoutboxinput{margin-top: 6px;}
#shoutboxinput input, textarea{border:1px solid #AAAAAA;}
</style>
<table width="100%" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td style="padding:1px 1 1px 1"><div id="shoutboxoutput"><ul id="outputList"></ul></div></td>
</tr>
<tr>
<td style="padding:1px 1 1px 1">
<table cellpadding=0 cellspacing=0 border=0 width=100%>
<form id="shoutboxForm" name="shoutboxForm" onsubmit="return false;" action="" style='display:none'>
<input type=hidden name=uid id=uid value="<?=$member[mb_id];?>">
<tr>
<td colspan=2>
<? if(!$member['mb_id']) { ?>
별명 : <input type="text" size="20" maxlength="10" name="name" id="name" onblur="shoutboxCheckName();" />
홈피 : <input type="text" size="54" name="url" id="url" />
<? } else { ?>
별명 : <input type="text" size="20" maxlength="10" name="name" id="name" value="<?=$member['mb_nick']?>" readonly onclick="alert('별명은 회원정보 수정에서 변경 하실수 있습니다.');" />
홈피 : <input type="text" size="54" name="url" id="url" value="<?=$member['mb_homepage']?>" />
<? } ?>
</td>
</tr>
<tr>
<td width=100%><textarea onkeyup="shoutboxCheckLength(this)" style="width:100%;height:78px;" name="shoutboxbarText" id="shoutboxbarText" onblur="shoutboxCheckStatus('');" onfocus="shoutboxCheckStatus('active');" /></textarea></td>
<td width=70><input onclick="shoutboxSendComment();" type="submit" id="submit" name="submit" value="입 력" style="background-color:rgb(239,235,222); margin-left:1pt; border-width:1; border-color:rgb(102,102,102); border-style:solid; width:70px; height:78px;" /></td>
</tr>
</form>
</table>
</td>
</tr>
</table>
<script type="text/javascript">
var Mint_path = "<?=$Mint[LibPath]?>";
var shoutBoxReceiveTime = 2000; // 2 seconds
var shoutBoxMemoLimit = 100; // Input Memo length
</script>
<script src="<?=$Mint[LibPath];?>/shoutbox.js" language="JavaScript" type="text/javascript"></script>
댓글 전체

70에 해당하는 부분이 폼인데, size 50 이 70픽셀보다 클걸요 ?
<td width=100%></td>
<td width=70></td>
<td width=100%></td>
<td width=70></td>

해당페이지 URL 도 있으면 찾기 편할듯..