CSS Elipsis
{
width: 250px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
Pushy Pants
{
width: 250px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
width: 250px; //width has to be set to work
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
overflow: scroll;
white-space: nowrap;