摘要:DIV中字數太多破壞原本設定大小的處理方式【overflow】
在DIV中秀出資料的時候
如果資料超過我們原本設定的大小
那麼DIV的大小就會被破壞
為了解決這個問題,可以使用style中的overflow與text-overflow來處理
以下是範例與法與結果
Effect of CSS property text-overflow
Each box (DIV element) below contains the following text:
We hold these truths to be self-evident, that all people are created equal.
Note how the STYLE settings effect the rendering of the text
STYLE ='text-overflow : clip; overflow : hidden'
STYLE ='text-overflow : ellipsis; overflow : hidden'
STYLE ='text-overflow : ellipsis; overflow : visible'
|
以下是簽名:
- 歡迎轉貼本站的文章,不過請在貼文主旨上加上【轉貼】,並在文章中附上本篇的超連結與站名【topcat姍舞之間的極度凝聚】,感恩大家的配合。
- 小喵大部分的文章會以小喵熟悉的語言VB.NET撰寫,如果您需要C#的Code,也許您可以試著用線上的工具進行轉換,這裡提供幾個參考
Microsoft MVP Visual Studio and Development Technologies (2005~2019/6) | topcat Blog:http://www.dotblogs.com.tw/topcat |