layout-flow property
Specifies the flow and direction of the content in an element.
This property is deprecated, use the writing-mode property instead.
JavaScript page for this property: layoutFlow. You can find other example(s) there. |
Possible values:
One of the following values:
Default. Content flows from left to right. | |||||||
Content flows from top to bottom. |
Default: horizontal.
Example HTML code 1:
This example illustrates the use of the layout-flow property:
|
||||
<head> <style> .example { layout-flow: vertical-ideographic; } </style> </head> <body> <div class="example">vertical-ideographic</div> </body> |
||||
|
||||
Did you find this example helpful?
|
Supported by tags:
a, abbr, acronym, address, b, bdo, big, blockQuote, button, caption, center, cite, code, dd, del, dfn, dir, div, dl, dt, em, fieldSet, font, form, H1, H2, H3, H4, H5, H6, hr, html, i, iframe, img, input:button, input:checkbox, input:file, input:hidden, input:image, input:password, input:radio, input:reset, input:submit, input:text, ins, isIndex, kbd, label, legend, li, listing, marquee, menu, nobr, ol, p, pre, q, rt, ruby, s, samp, select, small, span, strike, strong, sub, sup, table, tBody, td, textArea, tFoot, th, tHead, tt, u, ul, var, xmp
Related pages:
ime-mode
layout-grid
layout-grid-char
layout-grid-line
layout-grid-mode
layout-grid-type
ruby-align
ruby-overhang
ruby-position
text-justify
text-kashida-space
unicode-bidi
layout-grid
layout-grid-char
layout-grid-line
layout-grid-mode
layout-grid-type
ruby-align
ruby-overhang
ruby-position
text-justify
text-kashida-space
unicode-bidi
External links:
User Contributed Comments