Chris Blake wrote:

P.S. I need to be using sub-script and super-script a fair bit on this
site, any warnings or words of wisdom about doing this?

In my experience, sub- and superscripts only too easily destroy
the regularity of the underlying text grid; in order to re-instate
this regularity, I had to use the following :

        vertical-align: baseline;
        position: relative;
        bottom: <some factor>ex;

Philip Taylor
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to