Home >Web Front-end >CSS Tutorial >Let text that exceeds the DIV width range automatically display ellipses..._Experience exchange
div.titleholder {
font-family: ms sans serif, arial;
font-size: 8pt;
width: 100;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}