반응형
Effect of CSS property text-overflow
Each box (DIV element) below contains the following text:
We hold these truths to be self-evident, that all people are created equal.
Note how the STYLE settings effect the rendering of the text
STYLE ="text-overflow : clip; overflow : hidden"
STYLE ="text-overflow : ellipsis; overflow : hidden"
STYLE ="text-overflow : ellipsis; overflow : visible"
We hold these truths to be self-evident, that all people are created equal.
반응형
'Story > html/css' 카테고리의 다른 글
input box 에 background images 넣기 (0) | 2009.01.19 |
---|---|
html 페이지 나누어서 출력하기 (0) | 2009.01.19 |
글이 길어져서 테이블이 늘어나는것 방지하는법 (0) | 2009.01.19 |
동영상에 자막 넣어서 플레이 시키는 방법 (0) | 2009.01.19 |
text box에 background image 넣기 (0) | 2008.12.20 |