A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://webplatform.github.io/docs/css/properties/layout-grid below:

layout-grid · WebPlatform Docs

layout-grid Overview table
Initial value
both loose none none
Applies to
All elements
Inherited
Yes
Media
visual

Computed value
:

Animatable
No

CSS Object Model Property
:

Syntax Values
mode
Any of the range of mode values available to the -ms-layout-grid-mode property.
type
Any of the range of type values available to the -ms-layout-grid-type property.
line
Any of the range of line values available to the -ms-layout-grid-line property.
char
Any of the range of character values available to the -ms-layout-grid-char property.
Examples

This example uses the -ms-layout-grid attribute to specify character layout for a block of text.

<STYLE>
DIV.layout { layout-grid: both fixed 12px 12px }
</STYLE>
<DIV CLASS = "layout">
This is a block element containing a sentence of sample text.
</DIV>
Notes Remarks

Windows Internet Explorer 8. The -ms-layout-grid attribute is an extension to CSS, and can be used as a synonym for layout-grid in IE8 Standards mode. Though you don’t have to specify all four values for the -ms-layout-grid attribute, they must be listed in the order given in Possible Values. Web documents in Asian languages, such as Chinese or Japanese, usually create a page layout for characters using a one-dimensional or two-dimensional grid. You can use the -ms-layout-grid attribute to incorporate this layout into Web documents.

Syntax

-ms-layout-grid: mode type line char

Standards information

There are no standards that apply here.

See also Related articles Text Related pages Attributions

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4