Is there any way to insert an HTML element, dom or code from CSS(3)?
See Question&Answers more detail:osIs there any way to insert an HTML element, dom or code from CSS(3)?
See Question&Answers more detail:osNo. The only you can do is to add content (and not an element) using :before
or :after
pseudo-element.
More information: http://www.w3.org/TR/CSS2/generate.html#before-after-content