
The Complete Idiot's Style Sheets Reference
| Index
| Current Category: Text (International) |
| Previous Style: ruby-overhang
| Next Style: size
|
ruby-position
Determines where the ruby text appears in relation to the ruby base.
Support:
-
W3C Standard | Internet Explorer | Netscape Navigator |
Not supported |
5.0 and later |
Not supported |
Notes:
- A ruby is a word or phrasecalled the base (see the <RUBY> tag)combined with an annotation or pronunciation guidecalled the ruby text (see the <RT> tag).
See Also:
-
ruby-align,
ruby-overhang
Possible Values:
- above
The ruby text appears above the ruby base.
-
Support:
-
W3C Standard | Internet Explorer | Netscape Navigator |
Not supported |
5.0 and later |
Not supported |
- inline
The ruby text appears beside the ruby base.
-
Support:
-
W3C Standard | Internet Explorer | Netscape Navigator |
Not supported |
5.0 and later |
Not supported |
Example:
<RUBY STYLE="ruby-position: above">
Ruby base.
<RT>Ruby text.</RT>
</RUBY>
<BR>
<RUBY STYLE="ruby-position: inline">
Ruby base.
<RT>Ruby text.</RT>
</RUBY>
How It Looks:
-
Ruby base.
Ruby base.
| Index
| Current Category: Text (International) |
| Previous Style: ruby-overhang
| Next Style: size
|
|