CSS2.1 :before
, :after
pseudo-elements are a really useful for inserting static content. But what is the best way to degrade it gracefully for older browsers that do not support such feature?
Is creating an element instead so far the best option?