The subject says it all. Looking for a (polyfill) code that will reset all the inherited CSS properties on a given element (such as <img>, <a> or <p>).
| |||
|
feedback
|
|
May be you can use check these articles http://html5boilerplate.com/ , http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ | |||||
feedback
|
|
What you could do is create one of those elements but not attach it to the DOM. It wouldn't then receive any of the styles from your stylesheets. Then, using
| |||||
feedback
|