I wish to align a character in HTML to the tops of the characters next to it. The css vertical-align attribute seems to be what I want, but I'm having some trouble.
Using vertical-align: text-top
doesn't seem to do what I want, but I thought it should from reading the spec.
Currently, I'm using vertical-align: 10%
which is a reasonable solution, except that I have to calculate the proper number on each platform to get it to look right. Browser detecting to set the value to one that I think is probably right seems like the wrong solution.
To see an example of this, see an example of it in use, in the c in McPherrin.