CSS LIST-STYLE-POSITION - CSS3 Examples

CSS LIST-STYLE-POSITION

Written by jon on 8:49 AM
This property determines how the list-marker is rendered in relation to the content of the list item

Example
ul { list-style-position: inside }

<ul><li style=”list-style-position: inside”>content</li></ul>

Possible Values
Value Description
inherit Explicitly sets the value of this property to that of the parent
outside This specifies that all list item content will be rendered indented from the list-marker
inside This renders wrapped content at a similar indentation level to the list-marker

Related Posts by Categories



Widget by John | Interviewghost
  1. 0 comments: Responses to “ CSS LIST-STYLE-POSITION ”

RECENT COMMENTS

SUBSCRIBE TO CSS3 EXAMPLES

 Subscribe to css3 Examples via RSS
Or, subscribe via email:
Find CSS3 Examples Entries :