CSS truncated character

Original link: http://www.cnblogs.com/wysky/archive/2007/07/14/817991.html
white-space: nowrap not wrap
table used inside style = "width: 400px; overflow : hidden; text-overflow: ellipsis;" nested DIV is no effect or other ..
actually there nobr convenient
<div style = " width: 400px; overflow: hidden; text-overflow: ellipsis; "> <a href="ShowNews.aspx?id=<%# DataBinder.Eval(Container.DataItem, "news_id")%>" title = "<% # DataBinder.Eval (Container.DataItem, "news_title" )%> "> <nobr> <% # DataBinder.Eval (Container.DataItem," news_title ")%> </ nobr> </a> </ div>

Reproduced in: https: //www.cnblogs.com/wysky/archive/2007/07/14/817991.html

Guess you like

Origin blog.csdn.net/weixin_30511107/article/details/94961431