ruby-position | NN n/a IE 5 CSS 3 |
Inherited: Yes | |
Controls whether nested ruby (rt element) text renders on the same line or above its related ruby base (rb element) text. |
|
CSS Syntax | |
ruby-position: positionType
|
|
Value | |
IE recognizes one of the following constants, above | inline, while the preliminary CSS3 specification prefers these constants: after | before | inline | right. For more details on ruby-related styles, visit http://www.w3.org/TR/css3-ruby. |
|
Initial Value | |
above (IE); before (CSS3). |
|
Applies To | |
ruby elements (or any element that has its display attribute set to ruby-text). |
|
Object Model Reference | |
[window.]document.getElementById("elementID").style.rubyPosition
|