๐ŸŽจ Front-End/CSS

[TEXT-OVERFLOW]

์˜ฌใ„น1๋ธŒ 2017. 7. 4. 17:18
๋ฐ˜์‘ํ˜•

#CSS #text-overflow


*text-overflow ์†์„ฑ์„ ์‚ฌ์šฉํ•˜๋ ค๋ฉด, ๋‹ค์Œ ๋‘ ๊ฐ€์ง€๋ฅผ ๋ชจ๋‘ ์ถฉ์กฑํ•  ๋•Œ๋งŒ ์ ์šฉ ๊ฐ€๋Šฅ.


1. overflow ์†์„ฑ๊ฐ’์ด hidden, scroll, auto ์ผ ๋•Œ

2. white-space:nowrap


*text-overflow์˜ ์†์„ฑ๊ฐ’


clip : ๊ธฐ๋ณธ๊ฐ’. ํ…์ŠคํŠธ๋ฅผ ์ž๋ฅธ๋‹ค.

ellipsis : ์ž˜๋ฆฐ ํ…์ŠคํŠธ๋ฅผ ๋ง์ค„์ž„ํ‘œ(...)๋กœ ํ‘œ์‹œํ•œ๋‹ค.

string : ์ž˜๋ฆฐ ํ…์ŠคํŠธ๋ฅผ ์ง€์ •ํ•œ ๋ฌธ์ž์—ด๋กœ ํ‘œ์‹œํ•œ๋‹ค. {text-overflow: "-";}

initial 

inherit


* ๋‚˜๋Š” ์—ฌ๊ธฐ์—๋‹ค๊ฐ€ width=*px ๊ณ ์ • ๊ฐ’์„ ์ถ”๊ฐ€.


* 2017.08.29

๋งŒ์•ฝ, table ๋‚ด์˜ td์—์„œ text-overflow๊ฐ€ ์ž‘๋™ ๋˜์ง€ ์•Š์„ ๊ฒฝ์šฐ

table ์†์„ฑ -> table-layout:fixed; ๋ฅผ ์ง€์ •ํ•ด๋ณด์ž. ๋  ๊ฒƒ์ด๋‹ค...ใ…Ž...

๋ฐ˜์‘ํ˜•