Ver Mensaje Individual
  #18 (permalink)  
Antiguo 30/05/2008, 10:19
micayael
 
Fecha de Ingreso: noviembre-2003
Ubicación: Paraguay
Mensajes: 382
Antigüedad: 20 años, 4 meses
Puntos: 4
Mensaje Respuesta: Problemas con tamaño de celda. ¿Problema del explorador?

Hola de nuevo.

Si pruebas algo así? Creo que se podría reducir más el código con css pero ando un poco atareado. Decime si te funciona y veo como ayudar

Código HTML:
<table>
<tr>
<td width="900" colspan="5" background="http://images.habbos.es/rebound/menu_up.png" height="10">
    <table border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td>
            <a href="http://www.habbos.es/">
                <div style="height:22px; width:81px; background-image:url(http://images.habbos.es/rebound/menu/inicio_a.png)"></div>
            </a>
        </td>
        <td>
            <a href="http://www.habbos.es/">
                <div style="height:22px; width:81px; background-image:url(http://images.habbos.es/rebound/menu/inicio_a.png)"></div>
            </a>
        </td>
        <td>
            <a href="http://www.habbos.es/">
                <div style="height:22px; width:81px; background-image:url(http://images.habbos.es/rebound/menu/inicio_a.png)"></div>
            </a>
        </td>
      </tr>
    </table>		
</td>
</tr>
</table>