Previous Message
Next Message

Exponents

Sent by Eduardo Varela on 7 February 2010 09:09


For an educational site aimed at mathematics I want to say (4^3) ^ 2 the way maths books do it.

I composed

<html>
 <head>
  <style>
   sup { font-size: xx-small 
   }
   .Parenthesis {
    font-size: x-large;
    padding:3px 0 1px 0;
    margin: 12px 0 1px 0;
   } 
  </style> 
 </head>
 <body> 
  <span class="Parenthesis">(</span>
  4 <sup>3</sup>
  <span class="Parenthesis">)</span>
  <sup>2</sup>
 </body>
</html>

but I want the second exponent (the number "2"), to be in a higher position that the first (the
number "3"). How could it be done?

Thanks,
Eduardo
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
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/
Previous Message
Next Message

Message thread: