javascript STYLE writingMode
@March 15, 2008, 1:22 a.m.
writingMode | Firefox/Netscape/NN n/a IE 5.5(Win) Chrome/Safari/DOM n/a |
Read/Write | |
Intended primarily for languages that display characters in vertical sentences, this controls the progression of content, left-to-right, or right-to-left. |
|
Example | |
document.getElementById("myDIV").style.writingMode = "lr-tb"; |
|
Value | |
One of the constant values (as a string): lr-tb | tb-rl. Value of tb-rl can rotate text of some languages by 90 degrees. |
|
Default | |
lr-tb |
Permanent URL:
http://javascript.gakaa.com/style-writingmode.aspx
Powered by Linode.