Stop Div from being affected by other css rules

Posted by jesus on Stack Overflow See other posts from Stack Overflow or by jesus
Published on 2010-03-18T20:57:33Z Indexed on 2010/03/18 21:01 UTC
Read the original article Hit count: 457

Filed under:
|
|
|

I want a div on my page to have the id of header but because the nature of the site requires 3rd party code to be loaded into the page I want the header div to be unaffected by any css other than the css defined explicitly for it via #header { }

Possible? I'd rather not use iframes to seperate it or anything like that.

© Stack Overflow or respective owner

Related posts about css

Related posts about html