欢迎大家在这里学习div css标题!下面是我们给大家整理出来的精彩内容。希望大家在这里学习!
<html>
<body>
<style>
.ellipsis span {
white-space:nowrap;
text-overflow:ellipsis; /* for internet explorer */
overflow:hidden;
width:190px;
display:block;
}
html>body .ellipsis {
clear:both;
}
html>body .ellipsis span:after {
content: "...";
}
html>body .ellipsis span {
max-width:180px;
width:auto !important;
float:left;
}
</style>
<div class="ellipsis">
<span></span>
</div>
</body>
</html>
div css标题精彩内容就到这里了!希望大家可以好好利用!
相关推荐:
div css一致性的使用方法