歡迎大家在這裡學習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一致性的使用方法