On 24 Sep., 16:58, "Davide P. Cervone" <
d...@union.edu> wrote:
> The problem is that template_css.css includes
>
> * { vertical-align: top }
>
> (among other attributes for "*")
>
> and that is causing all the math to align to the top of the line
> rather than the baseline. If you can remove that, it would solve the
> problem. If not, you might try including
>
> .MathJax, .MathJax_Display { vertical-align: baseline }
>
> of perhaps
>
> .MathJax *, .MathJax_Display * { vertical-align: baseline }
>
> (or both) in order to counteract this alignment setting for the
> MathJax output.
>
> Davide
>
> On Sep 23, 2011, at 10:15 AM, Christian wrote:
>
>
>
>
>
>
>
> > Hi there!
>
> > I'm using mathajax within a Joomla-Website embedding LaTeX code in
> > HTML. It works really great except the one problem I've been search
> > now hours and days without finding a solution.
>
> > All inline math set with \(\) won't display correct with firefox a and
> > IE. The vertical alignment with the text is broken as you can see on
> > this site:
>