I think your best bet would be to use lists. I threw this code
together really quick and it looks good to me. Likely will need to be
tweaked to meet your specific needs, but it's a start.

<html>
<head>
        <style type="text/css">
                ul {width: 8px; list-style:none;}
                li.numerator {border-bottom:1px solid #000;}
        </style>
</head>
<body>
        <ul>
                <li class="numerator">3</li>
                <li>2</li>
        </ul>
</body>
</html>

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
>                                                                               
>      2
>
> Does anyone know how to do it?
>
> Thanks
> Eduardo
> ______________________________________________________________________
> 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/
>
______________________________________________________________________
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