Ver Mensaje Individual
  #1 (permalink)  
Antiguo 10/05/2007, 17:01
Avatar de gfc
gfc
 
Fecha de Ingreso: febrero-2007
Mensajes: 22
Antigüedad: 17 años, 2 meses
Puntos: 0
Visualización de tablas con FF e IE

Hola a todos, escribo pidiendoles ayuda porque este problema ya he intentado resolverlo de todas las formas posibles y no he podido.
El principal problema que tengo es que el ancho de las imágenes que se usan como fondo de la tabla, se ven bien en IE, pero no en FF.

Tambien debo aclarar que los links no estan completos porque no me deja el foro.

Las imagenes estan en: (http:)//lib.store.yahoo.net/lib/yhst-21597224452830/

Código HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "xhtml1-strict.dtd">
<html>
<head>
  <title>prueba</title>
</head>
<body>
<table width="641" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <th scope="row" style="width:292px;"><img src="01-logo.gif" width="292" height="82" /></th>
    <th scope="row" style="width:119px;"><img src="01-mid.gif" width="119" height="82" /></th>
    <th scope="row" style="width:230px;"><table border="0" cellpadding="0" cellspacing="0" width="100%">
      <tr>
        <th style="background-color:#000000;height:17px;" scope="row" ></th>
      </tr>
      <tr>
        <th scope="row" style="background-image:url(01-patron-claro.gif);height:12px"></th>
      </tr>
      <tr>
        <th scope="row" style="background-image:url(01-patron-oscu.gif);height:18px;"></th>
      </tr>
      <tr>
        <th scope="row" style="background-image:url(01-mmm.gif);height:34px;"></th>
      </tr>
    </table></th>
  </tr>
</table>
</body>
</html>