Visit Mozilla.org

CSS:list-style

De MDC

« Referencia CSS

[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.

[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;
}

[editar] Notas

[editar] Especificaciones

[editar] Compatibilidad con navegadores

[editar] Ver también

list-style-type, list-style-image, list-style-position