Ver Mensaje Individual
  #3 (permalink)  
Antiguo 30/09/2007, 19:41
gmansi
Invitado
 
Mensajes: n/a
Puntos:
De acuerdo Re: Duda sobre p:first-letter

Si señor !!!

Correcta tu solución, queda funcionando así:

Código:
.Normal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	background-color: #ffffff;
	color: #000000;
	font-weight: normal;
	font-style: italic;
	line-height: 150%;
	text-indent: 30px;
	text-align: justify;
	margin-right: 50px;
	margin-left: 50px;
}

.Normal p:first-letter {
  font-size: 2em;
}
Lo que yo no sabía era si se podía declarar todo dentro de un solo .Normal o si había que hacer dos entradas independientes.

Muchas gracias !!