Tuesday, 27 August 2013

jquery ellipsis doesn't show dots at the end

jquery ellipsis doesn't show dots at the end

Jquery Ellipsis doesn't show three dots at the end.
HTML:
<div class="slidertext three_lines">SIA "Baltic Metolat" provides
mechanical surface treatment, priming and painting of technical task. We
are able to handle oversized items.</div>
JQuery:
jQuery('.three_lines').ellipsis({
row: 3
});
CSS:
.slidertext {
margin-left: 1px;
margin-top: 10px;
font-size: 12px;
line-height: 20px;
height: 58px;
overflow: hidden;
margin-bottom: 5px;
width: 224px;
}
It shows only three lines, but it doesn't show dots at the end.
Live it could be seen here: http://www.metolat.lv/ (search fo text
"provides mechanical surface").

No comments:

Post a Comment