Suppose I have a div, I applied it to this div text-overflow
, so it respects the width
of the div and adds reticence (...), but until then, it only
width
, he applied the reluctance, does anyone know how to do it?
css code:
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
width:100%;
height: 35px;
color:#FF8000;