개발
css text-overflow 속성
언제나 스무살
2012. 11. 20. 13:57
The text-overflow CSS property determines how overflowed content that is not displayed is signaled to the users. It can be clipped, display an ellipsis ('…', U+2026 HORIZONTAL ELLIPSIS) or a Web author-defined string.
말줄임표를 자동으로 붙여주는 css 속성이다.
게다가 말줄임표대신 원하는 글자를 붙일수도 있다.
이렇게 놀랍고 좋은 속성이 있었다니!
더이상 말줄임표를 붙이기 위해 한글자 한글자 세가며 붙이지 않아도 된다.
난 널 왜 이제야 알았을까?
copy from https://developer.mozilla.org/en-US/docs/CSS/text-overflow