css強制換行 css強制不換行的css方法_經驗交流

來源:互聯網
上載者:User
以前總結過Div的換行和不換行的css寫法。但對於表格儲存格只知道一個屬性nowrap可以使其不換行。

近日有此需要,但發現加上nowrap在某些情況下還是會換行!無奈,沒有一個強制不換行的方法嗎?

baidu了一下,令俺非常欣慰,還真的找到了辦法,問題解決了。

用CSS實現表格儲存格資料自動換行或不換行

1、自動換行:
<style type="text/css"> .AutoNewline { word-break: break-all;/*必須*/ } </style> <table> <tr> <td class="AutoNewline">自動換行自動換行自動換行自動換行自動換行自動換行自動換行自動換行自動換行自動換行自動換行自動換行自動換行自動換行自動換行自動換行自動換行自動換行自動換行自動換行自動換行自動換行自動換行自動換行</td> </tr> </table>
[Ctrl+A 全選 注:如需引入外部Js需重新整理才能執行]

2、不換行:
複製代碼 代碼如下:






不換行不換行不換行不換行不換行不換行不換行不換行不換行不換行

  • 相關文章

    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.