Ver Mensaje Individual
  #2 (permalink)  
Antiguo 14/02/2007, 18:18
Avatar de Mikmoro
Mikmoro
Colaborador
 
Fecha de Ingreso: octubre-2006
Ubicación: K-pax
Mensajes: 7.228
Antigüedad: 17 años, 6 meses
Puntos: 280
Re: Texto cambia de tamaño en IE y FF

Para mi que tu problema debe estar en alguna otra parte, porque este estilo que pones se ve idéntico en IE6 y firefox.

Si muestras tu código se podrá ver si hay alguna otra cosa.

Para estar seguro, copia y pega esto en un editor de texto, a ver si lo sigues viendo distinto:

Código:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title>estilo</title>
  <meta http-equiv="Content-Type"
 content="text/html; charset=iso-8859-15" />
  <style type="text/css">
.style9 { color: #333333;
font-size: 14px;
padding-left:20px;
padding-top:5px;
padding-right:10px;
line-height:150%;
font-weight:normal;
}
  </style>
</head>
<body>
<p class="style9">Prueba de tama&ntilde;o</p>
</body>
</html>
Mikel.