marker-offset

Previous- position  |  Next-z-index

Description

This property specifies the distance between the nearest border edges of a marker box and its associated principal box.

The offset may either be a user-specified (<length>) or chosen by the UA ('auto'). Lengths may be negative, but there may be implementation-specific limits.


Initial Value : auto

Applies to : elements with 'display: marker'

Inherited : no

Possible Values
<length> | auto | inherit

Example(s)
li:before { display: marker; marker-offset: 3em; content: counter(mycounter, lower-roman) "."; counter-increment: mycounter; }

Previous- position  |  Next-z-index