반응형
글자가 영역을 지나가면, (..)효과를 줄때 사용한다.
Definition and Usage
The text-overflow property specifies what should happen when text overflows the containing element.
Default value: | clip |
---|---|
Inherited: | no |
Version: | CSS3 |
JavaScript syntax: | object.style.textOverflow="ellipsis" |
Syntax
text-overflow: clip|ellipsis|string;
Value | Description |
---|---|
clip | Clips the text |
ellipsis | Render an ellipsis ("...") to represent clipped text |
string | Render the given string to represent clipped text |
참고: http://www.w3schools.com/cssref/css3_pr_text-overflow.asp
반응형
'Web > WEB기본' 카테고리의 다른 글
[CSS] HTML5의 CSS linear-gradient 할용 (0) | 2013.05.08 |
---|---|
[CSS] CSS3 에서 사용되는 animation효과 처리 (0) | 2013.02.21 |
[CSS] 화면 넓이 width:100% - 100px 처리 (0) | 2013.02.14 |
[CSS3] 드림위버 media queries js 미디어 쿼리를 이용한 리사이징 (0) | 2013.02.14 |
[css] text-align:justify 텍스트 양쪽 정렬 (0) | 2013.01.19 |
[CSS] Vendor-specific extensions 밴더별 확장 CSS스팩 (0) | 2013.01.14 |
[CSS] <img align="absmiddle"비표준태그를 웹표준CSS표현하기 (0) | 2013.01.03 |
[CSS] 맑은 고딕 적용하기 (0) | 2013.01.03 |
도움이 되셨다면 하트모양의 "♡ 공감"을 눌러주시면 큰 격려가 됩니다.
(로그인하지 않으셔도 가능)
(로그인하지 않으셔도 가능)