web小知識與問題串燒(html,css,js)

來源:互聯網
上載者:User

1. textarea的長、寬設定

   方法一: 使用 cols, rows

<textarea rows="3" cols="20"></textarea>

缺點: 設定後就不能修改了(js也不能修改),而且在IE和Firefox的大小也不一樣。

   方法二: 使用 width,height。

<textarea style="width:160px;heith:60px"></textarea>

2. Table 內的內容自動換行

 使用style = "WORD-BREAK: break-all"  
table 的td 裡加了textarea, 寬度設為 100% .會自動撐開textarea. 添加以上到 table即可

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.