Make the first letter special
이 예제에서는 텍스트의 첫 글자에 특수 효과를 추가하는 방법을 보여줍니다.
Make the first line special
이 예제에서는 텍스트의 첫 번째 라인에 특수 효과를 추가하는 방법을 보여줍니다.
Make the first letter and first line special
이 예제에서는 첫 글자를하고 텍스트의 첫 번째 라인은 특수 효과를 추가하는 방법을 보여줍니다.
Use :before to insert some content before the content of an element (Does not work in IE)
이 예제는 어떻게 사이비 전에 : 사용하도록 - 요소 요소를하기 전에 이미지를 삽입하는 방법을 보여줍니다.
Use :after to insert some content after the content of an element (Does not work in IE)
이 예제는 어떻게 사이비 후 : 사용하도록 - 요소 요소 후 이미지를 삽입하는 방법을 보여줍니다.
Pseudo-elements
Browser support: IE: Internet Explorer, F: Firefox, N: Netscape.
W3C의 : "W3C의"열에있는 숫자는 CSS를 추천 재산 (CSS1 또는 CSS2 정의됨)을 나타냅니다.
| Pseudo-element | Purpose | IE | F | N | W3C |
|---|---|---|---|---|---|
| :first-letter | Adds special style to the first letter of a text | 5 | 1 | 8 | 1 |
| :first-line | Adds special style to the first line of a text | 5 | 1 | 8 | 1 |
| :before | Inserts some content before the content of an element | 1.5 | 8 | 2 | |
| :after | Inserts some content after the content of an element | 1.5 | 8 | 2 |






6421
18
26

















댓글을 달아 주세요