Hi all
Is it possible to disable inheritance within a div element? I know you can override styles but I want to disable all styles within a div.
I've got a div element on a page (with lots of content and sub elements in it) and I want to disable all styles for everything contained within the div.
<div style="disbale all styles">
<h2>heading</h2>
...content content content...etc
</div>
... start applying styles again.
The only way I can think of doing this is with an iframe however this would require 2 pages, the master page and the iframe pointing to another page. But I don't want to do this because I'm creating the page dynamically on the fly.
Cheers
Matthew









Bookmarks