去掉
style="overflow-y:visible;"

解决方案 »

  1.   

    虽然可以,但出现新的问题了 请看以下代码,录入数据后表格的宽度变得太宽了,如何解决??????另,未录入数据时也有点难看!
    <html><head>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    <meta name="GENERATOR" content="Microsoft FrontPage 4.0">
    <meta name="ProgId" content="FrontPage.Editor.Document">
    <title>New Page 1</title>
    </head><body><table border="1" width="100">
      <tr>
        <td><textarea style="height:10px;overflow:visible" rows="1" cols="20">
    </textarea></td>
        <td> </td>
      </tr>
      <tr>
        <td> </td>
        <td> </td>
      </tr>
    </table>
    </body></html>
      

  2.   

    <textarea style="width:100px;height:10px;overflow-y:visible" rows="10" cols="20">
    </textarea>