I want to append a to a particular class. Using the :after pseudo class simply displays as text.
Is there a way t
It gets worse - the :after class doesn't even work in IE6 (and probably some other browsers too).
I think what you really want here is a margin on the bottom of the element, to provide spacing.
Simply
.myElement { margin-bottom: 1em; }