Ver Mensaje Individual
  #3 (permalink)  
Antiguo 10/10/2009, 05:54
samu22
 
Fecha de Ingreso: abril-2008
Mensajes: 453
Antigüedad: 16 años
Puntos: 16
Respuesta: Problema con overflow:auto en explorer

tal como dice jonatanlc, iexplore es la muerte jajaja, pero lamentablemente hay muchos usuarios que lo usan, la solucion a tu problema es un hack condicional

Código html:
Ver original
  1. .hoverflow{overflow-y:auto;}
  2. <!--[if IE]><style type="text/css"> .hoverflow { overflow:visible; overflow-x:hidden; overflow-y:auto; padding-right:15px; } </style><![endif]-->
  3.  
  4. <!-- [...] -->
  5.  
  6. <div style="position:relative; width:63%; height:80%; float:right; padding:1%; border:1px #999 solid;" class="hoverflow">
  7.             etc

eso si, debes utilizar una clase y no agregarlo en la etiqueta, aparte es mas facil de modificar