meinst du die text-box oder die gesamte quick-reply box? das sollten wir schon wissen, um dir helfen zu können...
@crack: ich nutze opera und IE, beide mit 1024x768 auflösung.
Code: Alles auswählen
<!-- END user_logged_out -->
<tr>
<td class='row1'>
</td>
<td class='row1' valign='top'>
<center><textarea name='message' rows='10' cols='120' wrap='virtual' tabindex='3' class='post' onselect='storeCaret(this);' onclick='storeCaret(this);' onkeyup='storeCaret(this);'></textarea></center><br>
</td>
</tr>Code: Alles auswählen
<td class='row1'>
</td><!-- END user_logged_out -->
<tr>
<td class='row1'>
</td>
<td class='row1' valign='top'>
<center><textarea name='message' rows='10' cols='120' wrap='virtual' tabindex='3' class='post' onselect='storeCaret(this);' onclick='storeCaret(this);' onkeyup='storeCaret(this);'></textarea></center><br>
</td>
</tr>
Code: Alles auswählen
<form action='{quick_reply.POST_ACTION}' method='post' name='post' onsubmit='return checkForm(this)'>
<input type="hidden" name="sid" value="{quick_reply.SID}">
<table border='0' cellpadding='10' cellspacing='1' width='100%' class='forumline'>
<tr>
<th class='thHead' colspan='2' height='25'><b>{L_QUICK_REPLY}</b></th>
</tr>
<!-- BEGIN user_logged_out -->
<tr>
<td class='row2' align='left'><span class='gen'><b>{L_USERNAME}:</b></span></td>
<td class='row2' width='100%'><span class='genmed'><input type='text' class='post' tabindex='1' name='username' size='25' maxlength='25' value='' /></span></td>
</tr>
<!-- END user_logged_out -->
<tr>
<td class='row1'>
</td>
<td class='row1' valign='top'>
<center><textarea name='message' rows='15' cols='90' wrap='virtual' tabindex='3' class='post' onselect='storeCaret(this);' onclick='storeCaret(this);' onkeyup='storeCaret(this);'></textarea></center><br>
</td>
</tr>
<tr>
<td class='catBottom' align='center' height='20' colspan='2'>
<input type='hidden' name='mode' value='reply'>
<input type='hidden' name='t' value='{quick_reply.TOPIC_ID}'>
<input type='hidden' name='last_msg' value='{quick_reply.LAST_MESSAGE}'>
<!--input type='hidden' name='message' value=''-->
<input type='submit' name='preview' class='liteoption' value='{L_PREVIEW}'>
<input type='submit' name='post' class='mainoption' value='{L_SUBMIT}'>
</td>
</tr>
</table>
</form>
<!-- END quick_reply -->