Home | Top | Web development | JavaScript Editor | Get Advanced JavaScript and Ajax Editor, Validator and Debugger! 1st JavaScript Editor. |
Sets or retrieves the position of the ruby text specified by the rt object.
Syntax
{ ruby-align : sRubyAlign } |
object.style.rubyAlign [ = sRubyAlign ] |
Possible Values
sRubyAlign | String that specifies or receives one of the following values:
|
The property is read/write for all objects except the following, for which it is read-only: currentStyle . The property has a default value of auto . The Cascading Style Sheets (CSS) attribute is not inherited.
Expressions can be used in place of the preceding value(s), as of Microsoft® Internet Explorer 5. For more information, see About Dynamic Properties .
Remarks
The rubyAlign property specifies the alignment of the ruby text defined by the rt object, and is set on the ruby object.
Example
This example uses the ruby-align attribute and the rubyAlign property to set the alignment of the ruby text. It uses an inline style sheet to set the ruby-align attribute to right .
<RUBY ID=oRuby STYLE = " ruby-align : right"> Ruby base.Standards Information
This property is defined in Cascading Style Sheets (CSS), Level 3 (CSS3) .
Applies To
|
currentStyle , RUBY , runtimeStyle , style |
Home | Top | Web development | JavaScript Editor | Get Advanced JavaScript and Ajax Editor, Validator and Debugger! 1st JavaScript Editor. |