CSS:list-style
De MDC
[editar] Resumen
La propiedad de estilo de lista (list-style) permite definir de golpe todos los parámetros: list-style-type, list-style-image, y list-style-position.
-
Valor inicial: ver propiedades individuales - Se aplica a: elementos con 'display: list-item'
-
Valor heredado: no - Porcentajes: N/A
- Medio:
visual -
Valor calculado: ver propiedades individuales
[editar] Sintaxis
list-style: [ list-style-type || list-style-position || list-style-image ] | inherit
[editar] Valores
- ver
list-style-type. - ver
list-style-image. - ver
list-style-position.
[editar] Ejemplos
ul {
list-style: circle inside;
}