CSS :after pseudo-element
Complete CSS Reference
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)
} |
Try-It-Yourself Demos
Use :after to
insert some content after the content of an element (Does not work in IE)
This example demonstrates how to use the :after pseudo-element to insert an
image after the content of an element.
Complete CSS Reference
|
|
|
See why there are 20,000+ Ektron integrations worldwide.
Request an INSTANT DEMO or download a FREE TRIAL today. |
|
|
|