CSS Properties: Marker-offset
In:web Design by Ailin Marker-offset
Version: CSS2 Compatibility: No inheritance: Available
Marker-offset back can be auto or length
which
Auto: The browser automatically sets the spacing
Length: A value consisting of a floating-point number and a unit identifier. Can be a negative value. See Length Units
Marker-offset Description:
Sets or retrieves the horizontal padding between the tag container and the main container. That is, the spacing of two containers close to one side.
Currently IE5.5 does not support this property.
The corresponding script attribute is markeroffset. Please refer to the other bibliography I have written.
Marker-offset code Example:
Li:before {display:marker; marker-offset:5px;}
Grammar:
Marker-offset:auto | Length
Parameters:
Auto: The browser automatically sets the spacing
Length: A value consisting of a floating-point number and a unit identifier. Can be a negative value. See Length Units
Description
Sets or retrieves the horizontal padding between the tag container and the main container. That is, the spacing of two containers close to one side.
Currently IE5.5 does not support this property.
The corresponding script attribute is markeroffset. Please refer to the other bibliography I have written.
Example:
Li:before {display:marker; marker-offset:5px;}