Ver Mensaje Individual
  #2 (permalink)  
Antiguo 27/04/2012, 19:20
Avatar de emprear
emprear
Colaborador
 
Fecha de Ingreso: junio-2007
Ubicación: me mudé
Mensajes: 8.388
Antigüedad: 16 años, 10 meses
Puntos: 1567
Respuesta: Etiqueta TD no redimensiona

@Catacrocker

En realidad no está muy claro que querés redimensionar y en función de que, creo que deberías anidar una tabla para poner la primer fila, que además si tiene tres celdas con tres inputs, no ve o el porque del colspan=2 de la 2 celda, además viendo el conjunto, en ninguna fila deberías de tener mas de 3 celdas por fila.
bueno, in poco a ojo poruqe no se ve el html generado,

probá esto

Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <title>titulo</title>
  5. <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  6. </head>
  7. <table border="1" cellspacing="0" cellpadding="5" style="font-weight: bold;" width="70%">
  8. <tr>
  9. <td colspan="3">
  10. <table width="100%" border="0">
  11. <tr>
  12. <td>Marca: <input type="text" name="marca" value="" /></td>
  13. <td>Modelo: <input type="text" name="modelo" value="" /></td>
  14.  
  15. <td>Nº Serie: <input type="text" name="num_serie" value="" /></td>
  16. </tr>
  17. </td>
  18. </tr>
  19. <tr>
  20. <td colspan="3">
  21. <hr /></td>
  22. </tr>
  23. <tr>
  24. <td colspan="2">Unidad / Laboratorio:</td>
  25. <td width="65%">xxxxxxxxxxxxxxx</td>
  26. </tr>
  27.  
  28. <tr>
  29.  
  30. <td colspan="2">Ubicacion del manual de uso:</td>
  31. <td>xxxxxxxx</td>
  32. </tr>
  33. <tr>
  34. <td colspan="2">Ubicacion del equipo:</td>
  35. <td>xxxxxxx</td>
  36. </tr>
  37. <tr>
  38. <td colspan="2">Ubicacion del manual de mantenimiento:</td>
  39. <td>xxxxxxx</td>
  40.  
  41. </tr>
  42.  
  43. <tr>
  44. <td colspan="3">Lampara: <input type="checkbox" name="lampara" /></td>
  45. </tr>
  46. <tr>
  47. <td colspan="3">
  48. <hr /></td>
  49. </tr>
  50. <tr>
  51. <td colspan="2"><input onchange="oculto();" id="input_marcado" type="checkbox" name="marcado_ce" /> Marcado CE xxxxxxx</td>
  52. <td>Accesorio/Fungible/Mobiliario xxxxx</td>
  53. </tr>
  54.  
  55. <tr>
  56. <td colspan="3">
  57.  
  58. <hr /></td>
  59. </tr>
  60. <tr>
  61. <td width="29%">Suministrador:</td>
  62. <td width="6%">xxxxx</td>
  63. <td>Precio de compra: <input type="text" name="precio_compra" size="20" /></td>
  64. </tr>
  65. </body>
  66. </html>

había tambien un par de errores (un br suelto, los sizes son un numero sin unidad de medida, etc)

Saludos
__________________
La voz de las antenas va, sustituyendo a Dios.
Cuando finalice la mutación, nueva edad media habrá
S.R.