> On Wed, Jan 20, 2010 at 7:23 PM, Eduardo Varela <vare...@gmail.com> wrote:
> > Hi, first time I write here.
> > I am Eduardo, from Buenos Aires.
> > I have a site at
> >    
> > http://notasdematematicaelemental.7p.com/matel_ejemplos.html#PotenciaDefinicion
> >
> > and I want to write numbers like 3/2 with a fraction bar, ie 3

There is good coverage of the options for doing this here:

  http://www.cs.tut.fi/~jkorpela/math/#fractions

Their recommended solution (#8260 is the "fraction slash" character):

.above, .below { font-size: 70%;
                font-family: Verdana, Arial, sans-serif; }
.above { vertical-align: 0.7ex; }
.below { vertical-align: -0.3ex; }

<span class="above">5</span>&#8260;<span class="below">8</span>

Craig
______________________________________________________________________
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