Ver Mensaje Individual
  #4 (permalink)  
Antiguo 02/01/2012, 12:30
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: Aplicar margin a las tablas en explorer

Sin tener el html, y especulando un poco, no visualizo cual es tu problema, esto funciona bien

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. <title>titulo</title>
  4. <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  5.  
  6. <style type="text/css">
  7. /*<![CDATA[*/
  8.  
  9. body {
  10. text-align:center;
  11. }
  12.  
  13. #contenedor
  14. {
  15. position:relative;
  16. background-image: url(Imagenes/a.jpg);
  17. width:990px;
  18. height:640px;
  19. margin: 0 auto;
  20. text-align:left;
  21. border: 2px solid yellow;
  22. }
  23.  
  24. .tabla_contacto
  25. {
  26. font-family:calibri;
  27. color:yellow;
  28. margin-top:0px;
  29. margin-left:280px;
  30. text-align:center;
  31. font-size:20px;
  32. }
  33.  
  34. /*]]>*/
  35. </head>
  36. <div id="contenedor">
  37.  
  38. <table class="tabla_contacto" border="1">
  39. <tr><td>celda</td></tr>
  40. </div>
  41. </body>
  42. </html>

cambiá los margin de .tabla_contacto y lo vas a verificar

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