From: Philippe Verdy (verdy_p@wanadoo.fr)
Date: Fri Jan 14 2011 - 13:00:57 CST
2011/1/14 Jukka K. Korpela <jkorpela@cs.tut.fi>
> For example, using IE, the following CSS style sheet places Ruby
> annotations below the annotated text:
> rt { vertical-align: -3.5em; }
> (Why a large value like -3.5em? Well, IE uses a fairly small font for Ruby
> annotations, and the em unit is the element's own font size.)
>
You have mixed CSS properties here. The "vertical-align:" property does not
have such value with a measure unit. If you want to relatively adjust the
vertical positioning, use "top:" or "bottom:", and set "position:relative".
This archive was generated by hypermail 2.1.5 : Fri Jan 14 2011 - 13:04:33 CST