I have one <div>
and I don't wish to inherit any formatting from any other stylesheets - I want to start fresh with this <div>
. How can I do it?
views:
70answers:
3
+3
A:
i don't know any solution except explicit resetting of all styles for this div.
oezi
2010-06-09 11:55:15
+2
A:
you cannot reset inheritance of css styles. To start from fresh you must design your style sheet to prevent undesirable inheritance, this is the only way except overriding styles.
Jenechka
2010-06-09 12:05:58
I am inheriting nasty text styles that I dont need, its the work of another designer
chris
2010-06-09 12:10:07
+2
A:
Use something like firebug or IE developer toolbar to get a list of all styles applied to the div, and manually reset them all, unfortunatly.
Alex Larzelere
2010-06-09 13:33:24