Ver Mensaje Individual
  #1 (permalink)  
Antiguo 27/03/2007, 10:13
Abite
 
Fecha de Ingreso: septiembre-2005
Mensajes: 70
Antigüedad: 18 años, 7 meses
Puntos: 0
height y explorer

Hola, estoy haciendo unas gráficas usando css y la verdad es que con firefox no estoy teniendo problemas, el problema radica cuando uso explorer, el código es el siguiente:

Código HTML:
<div style="margin-top: 2px; border:1px solid #333; width:85px; background-color:#FFF; height: 5px; padding: 0px;">[INDENT]<div style=" height: 5px; background-color:#0066FF; width:$puntuacion px; padding: 0px;"></div>[/INDENT]</div> 
El height de 5px se ver perfecto en firefox, pero en explorer se ve como si tuviera 15px, ¿se puede hacer algo?.

Un saludo