<div class="codetitle"> <span><a style="CURSOR: pointer" data="21433" class="copybut" id="copybut21433" onclick="doCopy('code21433')"><u>复制代码</u></a></span>代码如下:</div> <div class="codebody" id="code21433"> <br><!doctype html> <br> <br> <br><title>自動整形サイズのテキストエリア </title> <br> <br><style type = "text/css"> <br>.editable{カーソル:テキスト;フォントサイズ:13px; color:#003366;width:80px;line-height:20px;height:20px;font-family:Arial;cursor:text;*overflow-y:hidden; } <br></style> <br></head> <br> <br><textarea class='editable' onkeydown ="if(event.keyCode==13) return false; " oninput="this.style.height='0px';this.style.height=(this.scrollHeight 'px');" onpropertychange="this.style.height=(this.scrollHeight 'px')" /></textarea> <br></body> <br></html> <br> </div>