Skip to content
laughinghan edited this page Aug 30, 2010 · 1 revision

Eventually there will be documentation here about the several attempts to get Opera, Gecko and WebKit to all calculate the baseline at the right place. Most of them were much more elegant than what I ended up with, in particular not requiring an extra &nbsp; appended to the <span class="fraction"></span>.

Unfortunately the only one that worked in all browsers is what I ended up with, and some of simplest solutions didn't work in any of the browsers.

After finding the solution that worked in all 3 browsers, it turned out I got IE8 support for free, but of course it didn't work in IE7, not to mention IE6. I plan on trying expression() to correct that, which I will also document here.

Clone this wiki locally