Snippets

CSS Opacity

<style>
   .transparent:hover {
   -khtml-opacity: 0.75;
   -moz-opacity: 0.75;
   -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=75);
   filter: alpha(opacity=75);
   opacity: 0.75;
   zoom: 1
   }
</style>

Superscript

<sup style="font-size:60%; vertical-align:text-top; mso-line-height-rule: exactly; line-height:1; mso-text-raise:30%;">&reg;</sup>