文字显示省略效果范例

来源:互联网 发布:淘宝会员登录 编辑:程序博客网 时间:2024/04/29 06:00
</pre><pre name="code" class="html"><!DOCTYPE html><html lang="zh"><head><meta charset="UTF-8"><title>Document</title><style type="text/css">#qwer {display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;//IE中特有-o-text-overflow:ellipsis;//支持operawidth: 100%;//支持ie6}</style></head><body><p id="qwer">标题文字标题文字标题文字标题文字标题文字标题文字标题文字标题文字标题文字标题文字标题文字标题文字标题文字标题文字标题文字标题文字标题文字标题文字标题文字标题文字标题文字标题文字标题文字标题文字标题文字标题文字标题</p></body></html>

0 0
原创粉丝点击