css: howto remove pseudo elements (afer,before, ...)
Posted
by Thariama
on Stack Overflow
See other posts from Stack Overflow
or by Thariama
Published on 2010-06-10T08:16:06Z
Indexed on
2010/06/10
8:22 UTC
Read the original article
Hit count: 229
I would like to use a switch for the layout of paragraph tags on a webpage.
I use the after pseudoelement
p:after {content: url("../img/paragraph.gif");}
Now i need to remove this css code from the page. How can this be done easily (jquery is already used on the page)? (i do not want to include or remove files containing css)
© Stack Overflow or respective owner