μ΄λ²μλ CSSλ₯Ό μ΄μ©ν΄μ νΉμ μμλ₯Ό νλ©΄μμ μ보μ΄λλ‘ μ€μ νλ κ²μ ν΄λ³΄κ² μ΅λλ€.
νλ©΄μ ꡬμ±νλ€λ³΄λ©΄ νλ©΄μ 그리기λ κ·Έλ €μΌ νλλ° μ¬μ©μμκ² λ³΄μ¬μ£Όλ©΄ μλλ κ²λ€μ΄ μμ μλ μκ² μ£ ?
visibility μμ±μ΄ λ°λ‘ κ·Έκ²μ μν μμ±μ λλ€. μ¬μ©μκ° μν λλ§ λ³΄μ¬μ£Όλ©΄ λλ κ·Έλ° μμλ€μ μν΄μ μ¬μ©νμλ©΄ λλ μμ±μ λλ€.
NOTE: μ€μν μ 보λ€μ λ¨μν μ보μ΄κ²λ νλλ°λ μ¬μ©νμλ©΄ μλ©λλ€. νλ©΄μ μ λ³΄κ° λΏλ €λ μ§μ§λ§ μ¬λ λμλ§ μ보μ΄λλ‘ μμ¬λμ κ²μ΄κΈ° λλ¬Έμ μΈμ λ μ§ μ¬μ©μκ° λ³Ό μ μλ€λ κ²μ λͺ μ¬νμΈμ.
μ΄ μμ±μ λ€μκ³Ό κ°μ μμ±κ°λ€μ κ°μ§ μ μμ΅λλ€.
Value | Description |
---|---|
visible | The box and its contents are shown to the user. |
hidden | The box and its content are made invisible, although they still affect the layout of the page. |
collapse | This is for use only with dynamic table columns and row effects. |
λ€μ μμ λ₯Ό νλ² λ³΄μμ£ .
<p> This paragraph should be visible in normal way. </p> <p style="visibility:hidden;"> This paragraph should not be visible. </p> |
κ²°κ³Όλ μλμ κ°μ΅λλ€.
This paragraph should be visible in normal way. |
λκ°μ λ¬Έλ¨μ μΆλ ₯νλλ° λλ²μ§Έ λ¬Έλ¨μ visibilityμμ±κ°μ΄ hiddenμ΄λΌμ λμ 보μ΄μ§λ μκ² μ§λ§ μ κΈ° μμ λΆλͺ μμ΅λλ€.
Reference : http://www.tutorialspoint.com/css/css_visibility.htm
'π» Programming > CSS' μΉ΄ν κ³ λ¦¬μ λ€λ₯Έ κΈ
[CSS] 22. Layers ( λ μ΄μ΄ ) (0) | 2016.06.12 |
---|---|
[CSS] 21. Positioning ( ν¬μ§μ λ, μμΉ ) (0) | 2016.06.12 |
[CSS] 19. Scrollbars ( μ€ν¬λ‘€λ° ) (0) | 2016.06.12 |
[CSS] 18. Dimension ( λμ΄, λλΉ, width, height ) (0) | 2016.06.12 |
[CSS] 17. Outlines ( μΈκ³½μ , μμλΌμΈ ) (0) | 2016.06.12 |