<div class="jspPane" style="padding: 0px; top: 0px; width: 138px;">
<ul style="display: block;">
<li class="hyperlink" >
<span class="xyz1" style="background-image:url(/Content/images/icon_link_16x7.png);"> View on Bing Maps website</span>
</li>
</ul>
</div>
////班级 //
ul li {
color: #137AFF;
height: 25px;
overflow: hidden;
padding-left: 5px;
padding-right: 4px;
padding-top: 4px;
text-align: left;
text-overflow: ellipsis;
width: 138px;
}
.hyperlink {
color: #13A3F7;
font-size: 12px !important;
text-decoration: underline;
white-space: nowrap;
}
我的问题是我想在最里面的跨度内的文本上省略号。我无法在 IE9 和 IE8 上得到省略号。它在火狐中运行良好。我尝试删除 span 并改用 div ,但没有帮助。如果我遗漏了什么,请告诉我。感谢所有帮助。谢谢你。