作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我需要将“...”放在文本的前面,并且只显示它的最后一部分,当它填充 div 时。
正常的时候什么也不做
<span class="file-upload-status" style="max-width:200px">
C:\fakepath\996571_1398802860346752_2094565473_n.jpg
</span>
<br/>
<span class="file-upload-status" style="max-width:200px">
C:\fakepath\1.jpg
</span>
这是我所拥有的:http://jsfiddle.net/CBUH4/5/
这是我需要的:
是否可以在不使用 JavaScript 或 jQuery 的情况下通过 Css 实现。
最佳答案
也许是这样的:http://jsfiddle.net/CBUH4/8/
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
关于direction - 当 "text-overflow"设置为 "direction"时需要使用权限 "rtl",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18532256/
我是一名优秀的程序员,十分优秀!