How can i override all the styles being cascaded applied to some HTML
element?
For example:
I have a stylesheet where DIV styles are described
DIV {
padding: 10;
margin: 10;
}
and have HTML code:
<DIV><DIV style="override :all">Test</DIV></DIV>
I would like to not have the inner DIV padding, margin and other
directives described in styles above. Actually I would like to
discover some directive line "override:a ll"!
Please help me findning solution.
element?
For example:
I have a stylesheet where DIV styles are described
DIV {
padding: 10;
margin: 10;
}
and have HTML code:
<DIV><DIV style="override :all">Test</DIV></DIV>
I would like to not have the inner DIV padding, margin and other
directives described in styles above. Actually I would like to
discover some directive line "override:a ll"!
Please help me findning solution.
Comment