I have a div with width of 130px a height of 200px.
Various text content gets displayed in this div (I\'ve written some JS to fade in and out differ
Try this:
.ellipsis{ white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }