Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css overflow elipsis

  width: 250px; //width has to be set to work
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #css #overflow #elipsis
ADD COMMENT
Topic
Name
4+7 =