HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

isolation

Description

The isolation property for CSS specifies the stacking context.

Syntax

CSS

isolation: value;

JS

object.style.isolation = "value";

Values

<'isolation'> = <isolation-mode>
<isolation-mode> = auto | isolate
auto

Automatically specified by the user agent.

isolate

Turns the element into a stacking context.

Initial

auto

Examples

1 · auto

2 · isolate

3 · JS