Detailed explanation of the usage of layout-flow attribute
Syntax:
layout-flow : horizontal | vertical-ideographic
Parameters:
horizontal: The content in object flows in from the left. The next line is below the previous line. This value is suitable for Latin languages
vertical-ideographic: The content in the object flows from top to bottom, with the next line to the left of the previous line. This value is suitable for Asian languages
Description:
Sets or retrieves the flow and direction of text within an object.
When the value of this attribute changes, the functions of the text-align attribute and the vertical-align attribute will also change.
The corresponding script feature is layoutFlow. Please see other books I have written.
When the value of this attribute changes, the functions of the text-align attribute and the general-align attribute will also change.
For the following elements, style sheet attributes are not inheritable:
The effect of this attribute will not be cumulative. For example, if the value of this property of the parent object is set to  tb-rl , setting the value of this property of the child object to  tb-rl  will not cause the rotation of the child object.
If the object's writing-mode property setting is different from its parent object, it will get its own layout. The width of such an object is determined by using the height of its first laid-out parent.
When you use objects with different pwriting-modep attribute values, specifying certain sizes for each object can give you better overall control over their layout.
This property is read-only for the pcurrentStyle object. For other objects can be read and written.
The corresponding script feature is
layout-flow:vertical-ideographic;
means to arrange the text like ancient Chinese, such as "one, two, three, four, five, six, seven, eight, nine." 〇", usually from left to right. After using this sentence, it is: the text is arranged vertically from right to left, column by column.
One, two, three, four, five, six, seven, eight, nine, try this code and you will know what it means. However, it is not recommended to use it because it is a proprietary property of IE and is not compatible with Firefox, etc., so it is not recommended to use it.
The above is the detailed content of Detailed explanation of the usage of layout-flow attribute. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Classification and Usage Analysis of JSP Comments JSP comments are divided into two types: single-line comments: ending with, only a single line of code can be commented. Multi-line comments: starting with /* and ending with */, you can comment multiple lines of code. Single-line comment example Multi-line comment example/**This is a multi-line comment*Can comment on multiple lines of code*/Usage of JSP comments JSP comments can be used to comment JSP code to make it easier to read

WPS is a commonly used office software suite, and the WPS table function is widely used for data processing and calculations. In the WPS table, there is a very useful function, the DATEDIF function, which is used to calculate the time difference between two dates. The DATEDIF function is the abbreviation of the English word DateDifference. Its syntax is as follows: DATEDIF(start_date,end_date,unit) where start_date represents the starting date.

How to use the exit function in C language requires specific code examples. In C language, we often need to terminate the execution of the program early in the program, or exit the program under certain conditions. C language provides the exit() function to implement this function. This article will introduce the usage of exit() function and provide corresponding code examples. The exit() function is a standard library function in C language and is included in the header file. Its function is to terminate the execution of the program, and can take an integer

The ISNULL() function in MySQL is a function used to determine whether a specified expression or column is NULL. It returns a Boolean value, 1 if the expression is NULL, 0 otherwise. The ISNULL() function can be used in the SELECT statement or for conditional judgment in the WHERE clause. 1. The basic syntax of the ISNULL() function: ISNULL(expression) where expression is the expression to determine whether it is NULL or

How to use Apple shortcut commands With the continuous development of technology, mobile phones have become an indispensable part of people's lives. Among many mobile phone brands, Apple mobile phones have always been loved by users for their stable systems and powerful functions. Among them, the Apple shortcut command function makes users’ mobile phone experience more convenient and efficient. Apple Shortcuts is a feature launched by Apple for iOS12 and later versions. It helps users simplify their mobile phone operations by creating and executing custom commands to achieve more efficient work and

Commonly used shortcut keys in Windows 10 can save us a lot of time. Today I will introduce to you some commonly used shortcut keys, which are very convenient and fast. Let’s take a look at the specific usage methods. Win10 shortcut key usage introduction Copy, paste and other general keyboard shortcuts Press this key to perform this action Ctrl+X Cut the selected item Ctrl+C (or Ctrl+Insert) Copy the selected item Ctrl+V (or Shift+Insert) Paste the selected item Ctrl+Z Undo the operation Alt+Tab Switch between open applications Alt+F4 Close the active item, or exit the active application Windows logo key + L Lock the computer Windows logo key + D Show and hide the desktop F

Usage of Transform in CSS The Transform property of CSS is a very powerful tool that can perform operations such as translation, rotation, scaling and tilting of HTML elements. It can dramatically change the appearance of elements and make web pages more creative and dynamic. In this article, we will introduce the various uses of Transform in detail and provide specific code examples. 1. Translate (Translate) Translate refers to moving an element a specified distance along the x-axis and y-axis. Its syntax is as follows: tran

Thread of Despair is a rare card in Blizzard Entertainment's masterpiece "Hearthstone" and has a chance to be obtained in the "Wizbane's Workshop" card pack. Can consume 100/400 arcane dust points to synthesize the normal/gold version. Introduction to the attributes of Hearthstone's Thread of Despair: It can be obtained in Wizbane's workshop card pack with a chance, or it can also be synthesized through arcane dust. Rarity: Rare Type: Spell Class: Death Knight Mana: 1 Effect: Gives all minions a Deathrattle: Deals 1 damage to all minions
