Definition The :after pseudo-element inserts some content after the content of an element. Examples The style below will play a sound after...
Definition
The :after pseudo-element inserts some content after the content of an element.Examples
The style below will play a sound after each occurrence of an <h1> element:h1:after { content: url(beep.wav) } |
Goto CSS3 and CSS2 complete reference