Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css elipsis

{
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
 
PREVIOUS NEXT
Tagged: #css #elipsis
ADD COMMENT
Topic
Name
9+4 =