CSS::after
From MDC
« CSS « CSS Reference
[edit] Summary
Creates a pseudo-element that is the last child of the selected element. Typically used to add cosmetic content to an element. This element is inline by default.
[edit] Examples
Ex:<br/>
blockquote:after{content: '"';}
<blockquote>
Some Quote"
</blockquote>
[edit] Browser compatibility
(Sample Compatibility Chart)
| Browser | Lowest Version |
|---|---|
| Internet Explorer | no |
| Firefox | 1.5? |
| Netscape | no |
| Opera | 7? |