<li>テキストが制限を超えた場合に省略記号を表示する CSS </li> <pre class="scode">.nowrap{ overflow:hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis; white-space:nowrap; width:100%;}</pre>