2013-04-01 21 views
0

的寬度,我有一個div這種風格asp.net文本串取決於DIV

{padding:5px;width:240px;height:auto;float:left;text-align:left;} 

,當我在這個div寫文本字符串,長文本換行,並進入到一個新的生產線。

enter image description here

我想子串這個長文本取決於格(320x240像素)的寬度。

enter image description here

回答

1

一下添加到DIV風格

text-overflow:ellipsis; 

注: text-overflow: ellipsis屬性的支持Internet Explorers 6 & 7,Safari 3 & 4,Chrome 1 & 2,它需要針對IE 8標準模式進行特殊處理,O佩拉和FireFox。 見here for further browser support.

0

可以在C#代碼使用.Substring()方法在顯示類別菜單。

0

可以使用CSS屬性的文本溢出=省略號在瀏覽器中做此

<ul> 
<li style="text-wrap:ellipsis">really really really really really really long</li> 
</ul>