Friday, February 22, 2013

Adding Ellipsis to Long Text

.truncate {

    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
 

}

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.