Ads By Google
ブログのコメントフォームがずれる
個別記事のコメントフォームのデザインが崩れてしまいます。記事やトラックバックよりも少し幅がはみ出てしまいます。下のほうにスクロールするとずれてる箇所が見えます。
よろしくお願いします。
2006-11-18 00:06の質問
この質問と回答を読んで役に立った場合は「役に立つ質問」に投票してください。投票が多い質問は、役に立つ質問一覧に掲載され、より多くの人に見てもらうことができます。
回答(2)
1.
2006-11-18 22:22:07

ズレの箇所がよくわかりません。。。
もう元に戻ってますでしょうか。
とりあえず手抜きですが元のhtml置いておきます。
元に戻すならこれを貼り付けて下さい。
if(authorized_name)
document.write(authorized_name);
else
document.write('<input id="author" name="author" />');
--></script><Else><input id="author" name="author" /></IfCommentNeedAuth></td>
</tr>
<tr>
<th nowrap class="email">メール: </th>
<td colspan="3"><input id="email" name="email" /></td>
</tr>
<tr>
<th nowrap class="url">URL: </th>
<td colspan="3"><input id="url" name="url" /></td>
</tr>
<tr>
<td nowrap> </td>
<td nowrap>情報を記憶:
<input id="bake" type="checkbox" name="cookie" style="padding:0;margin:0px;" /></td>
<td align="right" nowrap>評価:
<select id="rank" name="rating">
<option value="">--</option>
<option value="1">1(最低)</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5(最高)</option>
</select></td>
<td align="right" nowrap><input type="radio" id="radio" value="face" name="rating_icon" />
顔
<input type="radio" id="radio" value="star" name="rating_icon" />
星</td>
</tr>
<tr>
<td nowrap> </td>
<td colspan="3"><a href="javascript:void(0);" id="emojiLink1" onClick="showEmojiPanel(this.id, 'text')"><img src=" ; id="tool" width="18" height="18" border="0" /></a></td>
</tr>
<tr>
<td nowrap> </td>
<td colspan="3"><textarea id="text" name="body" rows="10" cols="50"></textarea><div id="emoji" style="position:absolute; background-color:#FFFFFF; left: 30px; border:1 solid #000000; margin:0 0 0 0; padding:0 0 0 0; display:none;"></div></td>
もう元に戻ってますでしょうか。
とりあえず手抜きですが元のhtml置いておきます。
元に戻すならこれを貼り付けて下さい。
<th nowrap class="auther">名前: </th><td colspan="3"><IfCommentNeedAuth><script language="JavaScript"><!--
if(authorized_name)
document.write(authorized_name);
else
document.write('<input id="author" name="author" />');
--></script><Else><input id="author" name="author" /></IfCommentNeedAuth></td>
</tr>
<tr>
<th nowrap class="email">メール: </th>
<td colspan="3"><input id="email" name="email" /></td>
</tr>
<tr>
<th nowrap class="url">URL: </th>
<td colspan="3"><input id="url" name="url" /></td>
</tr>
<tr>
<td nowrap> </td>
<td nowrap>情報を記憶:
<input id="bake" type="checkbox" name="cookie" style="padding:0;margin:0px;" /></td>
<td align="right" nowrap>評価:
<select id="rank" name="rating">
<option value="">--</option>
<option value="1">1(最低)</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5(最高)</option>
</select></td>
<td align="right" nowrap><input type="radio" id="radio" value="face" name="rating_icon" />
顔
<input type="radio" id="radio" value="star" name="rating_icon" />
星</td>
</tr>
<tr>
<td nowrap> </td>
<td colspan="3"><a href="javascript:void(0);" id="emojiLink1" onClick="showEmojiPanel(this.id, 'text')"><img src=" ; id="tool" width="18" height="18" border="0" /></a></td>
</tr>
<tr>
<td nowrap> </td>
<td colspan="3"><textarea id="text" name="body" rows="10" cols="50"></textarea><div id="emoji" style="position:absolute; background-color:#FFFFFF; left: 30px; border:1 solid #000000; margin:0 0 0 0; padding:0 0 0 0; display:none;"></div></td>
自信度 : 自信なし
2.
2006-11-20 18:58:17

Ads By Google




