Superscript in CSS
- Details
- Created on Thursday, 15 December 2011 01:23
I know I am going to need this again, so here is how to make pretty-looking superscripts in case <sup> is not available for some reason (TinyMCE, in particular, really doesn't like <sup> tags within <pre> tags):
position: relative; top: -0.5em; font-size: 80%;
