Ver Mensaje Individual
  #1 (permalink)  
Antiguo 12/10/2005, 10:07
gutiw
 
Fecha de Ingreso: marzo-2005
Ubicación: Puerto Viejo - Costa Rica
Mensajes: 125
Antigüedad: 19 años, 1 mes
Puntos: 0
Letras capitales

Hola:
Estoy buscando la manera de poner la primera letra de un texto como capital y he empleado el seudo-elemento first-letter, pero me pone todo el párrafo en capitales.

P:first-letter {
font-size: 250;
float:left
}

p {
text-indent: 2em;
margin-left: 10px;
margin-top: 20px;
}

¿Cómo debe hacerse?

Gracias por la ayuda