Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

text-overflow ellipsis hover tooltip css

label {
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  width: 50px;
}
<label for="x" title="Long Long Long ............... Text">
Long Long Long ............... Text
</label>
 
PREVIOUS NEXT
Tagged: #ellipsis #hover #tooltip #css
ADD COMMENT
Topic
Name
1+3 =