我有一个图像和一些位于图像内的文本。我的问题是当文本被包裹时,因为我想要显示的长度。
.temp-image .list .list.caption {
background-image:url(bar.png);
font-size: 16px;
font-weight: bold;
height: 30px;
left: 1px;
line-height: 16px;
overflow: hidden;
text-align: center;
top: 190px;
width: 256px;
}