ホームページ > 記事 > ウェブフロントエンド > CSS3 テキスト オーバーフローで ellipses_html/css_WEB-ITnose が表示される
CCS3 属性 text-overflow:ellipsis;
の使用法と注意事項
構文:
text-overflow: Clip | ellipsis
適用対象: すべての要素
cリップ:いつオブジェクト内の文字がはみ出した場合、省略記号(...)は表示されませんが、はみ出した部分が切り取られます。
省略記号: オブジェクト内のテキストがオーバーフローする場合に省略記号 (...) を表示します。
その他の参照: http://hovertree.com/h/bjaf/pr_text-overflow.htm
<style type="text/css"> .test{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:360px;}</style><div class="test">欢迎光临<a href="http://hovertree.com/">何问起</a>! hovertree.com css3实现文本溢出显示省略号。<a href="http://hovertree.net/">Midi下载</a></div>
効果を表示: http://hovertree. com/h/bjaf /1hg11eg4.htm
練習問題: http://hovertree.com/tiku/bjaf/curs4a42.htm
Web フロントエンドの概要: