We use a CSS reset file, which names each element from html to p to img, etc., and resets fields, heights, sizes, etc. Pretty standard reset file. However, the client noticed that the <sub> and <sup> tags did not display as indices and superscripts. Thus, I removed the links and tags from the reset file in the hope of fixing this problem. He fixed it in FireFox and Safari, but it still remains in IE6 and IE7.
Is there something I am missing here? Do these tags inherit their styles from another tag in reset? And is there a way to use CSS to re-execute what could be undone by the <sub> and <sup> tags in reset? Thank you for your help.
css reset
user189356
source share