I have a javascript code that generates an html content on the user's page. The problem is that the styles used by the user affect my html code. I want to completely reset all css under my container class/id, how can i do that ?
For example the normal css reset styles don't reset table borders, background colors etc.