Ver Mensaje Individual
  #3 (permalink)  
Antiguo 26/03/2008, 23:55
Avatar de Edypu
Edypu
 
Fecha de Ingreso: octubre-2003
Ubicación: La Paz - Bolivia
Mensajes: 394
Antigüedad: 20 años, 6 meses
Puntos: 1
Re: No ajusta imagen IE6

Eso lo solucionas con un condicionante para CSS

<style type="text/css">
// Codigo CSS
...
...
</style><!--[if IE 6]>
<style type="text/css">
.... AÑADES AQUI tu codigo CSS para IE 6.0
</style>
<![endif]-->