Ver Mensaje Individual
  #4 (permalink)  
Antiguo 04/10/2013, 14:42
javiercr
 
Fecha de Ingreso: octubre-2013
Mensajes: 7
Antigüedad: 11 años
Puntos: 0
Respuesta: como mostrar barra de dezplazamiento vertical en IE10

Q pena el código es el siguiente..

Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  4. <title>Documento sin título</title>
  5.  
  6.  
  7. <!--<script language="javascript">
  8. ventanaX = 800;
  9. ventanaY = 600; blank.resizeTo(ventanaX,ventanaY);
  10. </script>-->
  11. <style type="text/css">
  12.  
  13.      .Estilo1 {
  14.     font-family: Geneva, Arial, Helvetica, sans-serif;
  15.     font-weight: bold;
  16.     font-size: 14px;
  17.     color:#FFF;}
  18.      .lt-ie10 body {
  19.                     overflow:hidden;}
  20.  
  21.    
  22.  
  23. </head>
  24.  
  25. <body class="body" bgcolor="#006699">
  26. <table width="100%">
  27.   <tr>
  28.     <td width="5%" align="right" valign="top">&nbsp;<!--<img src="img/umbb.png" border="0" />--></td>
  29.     <td width="90%">
  30. <div class="Estilo1" align="justify">
  31. ..........
  32. </div>
  33.    </td>
  34.    <td width="5%" align="left" valign="top">&nbsp;<!--<img src="img/itaeb.png" border="0" />--></td>
  35.   </tr>
  36. </body>
  37. </html>

Última edición por pzin; 04/10/2013 a las 16:18 Razón: formato código