Tema: Cellspacing
Ver Mensaje Individual
  #3 (permalink)  
Antiguo 09/09/2007, 13:06
AlexCollado
 
Fecha de Ingreso: septiembre-2007
Mensajes: 56
Antigüedad: 16 años, 7 meses
Puntos: 0
Re: Cellspacing

cellpadding="0" cellspacing="0" BORDER="0" todo ello esta puesto en los atributos de la tabla. Si ya te digo q en mozilla va bien... pero en explorer sale una linea fina blanca q hace q claro, no quede como debe.

Adjunto el codigo para q puedas ver... tanto el HTML como la clase CSS

<table align="center" cellpadding="0" cellspacing="0" BORDER="0" summary="Pie de la pagina">
<tr>
<td>
<IMG SRC="img/pieCasa.jpg" BORDER="0" ALT="Imagen superior del pie de la página">
</td>
<tr>
<td class="navbar-inferior1" align="right">
<table class="navbar-inferior1" cellspacing="0" cellpadding="0">
<tr>
<td><a class="navbar-inferior1" href="Nosotros.jsp" alt="Nosotros" title="Nosotros">Nosotros </a></td>
<td><a class="navbar-inferior1" href="mailto:[email protected]" alt="Contactenos" title="Contactenos">Contactenos</a></td>
<td><a class="navbar-inferior1" href="Privacidad.jsp" alt="Privacidad" title="Privacidad">Privacidad</a></td>
<td><a class="navbar-inferior1" href="Mapa.jsp" alt="Mapa" title="Mapa">Mapa</a></td>
</table>
</td>
</table>

a.navbar-inferior1:link, a.navbar-inferior1:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.7em;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;

}

a.navbar-inferior1:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.7em;
font-weight: bold;
color: #40680F;
text-decoration: none;

}

td.navbar-inferior1 {
width: 50%;
height: 50%;
background: url(../img/pieMenu.jpg);
}

table.navbar-inferior1 {
width: 50%;
margin-right: 5em;
}

Muchisimas gracias...