글자 자르기 유용한 text-overflow
HTML/CSS
2008. 5. 24. 02:17
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.