Jquery Ellipsis最后没有显示三个点。
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('.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;
}
它只显示三行,但最后没有显示点。
现场可以在这里看到:http ://www.metolat.lv/ (搜索文本“提供机械表面”)。