Tema: FAQ's de CSS
Ver Mensaje Individual
  #18 (permalink)  
Antiguo 13/03/2003, 00:46
Avatar de CORE
CORE
Usuario no validado
 
Fecha de Ingreso: abril-2002
Ubicación: Merida
Mensajes: 2.165
Antigüedad: 22 años
Puntos: 3
Mensaje FAQ 19

Utilizando LIST en CSS
  • list-style-type : circle; (circulo) •
  • list-style-type : square; (cuadro) •
  • list-style-type : decimal; (numeros) 1.
  • list-style-type : lower-roman; (N. romanos Minuscula) i.
  • list-style-type : upper-roman; (N. romanos Mayuscula) I.
  • list-style-type : lower-alpha; (letas minuscula, Incisos) a.
  • list-style-type : upper-alpha; (letras mayuscula, Incisos) A.
  • list-style-type : none; Nada
  • list-style : url(imagenes/estrella.gif); (Utilizando tus propias imagenes)

se pueden usar en etiquetas

DL {},DD {},DT {},LI {},OL {},UL {}

Creditos : Core

Última edición por tunait; 18/03/2003 a las 06:31