我有一个<textarea>
HTML。当我将光标放在其中时,它不是从头开始,而是在中间闪烁。
HTML
<TD width="21%">
<textarea class="txtarea" style="height:30px;" rows="3" name="Text" Id="Text" value=""> </textarea>
</TD>
CSS
.txtarea{
border-right: #646464 ;
border-top: #646464;
border-left: #646464;
border-bottom: #646464;
width:100%;
background: #ffffcc;
}