CSS: Namespace a piece of HTML

Posted by Paul Tarjan on Stack Overflow See other posts from Stack Overflow or by Paul Tarjan
Published on 2010-04-20T07:24:23Z Indexed on 2010/04/20 7:33 UTC
Read the original article Hit count: 177

Filed under:
|
|

I'm building a browser extension that will insert a chunk of HTML into some pages. I'd like the page's CSS to not apply to this section. What is the best way to do this? Is there a good reset I can put on the root element of my HTML and set it to !important so it gets applied after others?

© Stack Overflow or respective owner

Related posts about css

Related posts about html