Bueno, empecé a crear la web de un amigo con CSS. Desde Firefox perfecto, desde Internet Explorer una basura y desistí. Luego con las tablas más de lo mismo.
Si lo ven desde Firefox hay un problema: La tabla que tengo dentro de otra tabla no se queda muy bien. Desde InterNet Explorer pasa que desde una celda a otra (solo en esa) hay un salto de línea que en Firefox no hay. Y también pasa que la tabla que tengo dentro de la tabla no se ve en el lugar que toca (a parte de lo de firefox que creo que es porque no pongo bien el código)
Aquí les dejo el código:
Código:
<table cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td width="21" valign="top">
<a href="index.php"><img src="images/boton_portada.gif" /></a><br />
<a href="galeria.php"><img src="images/boton_galeria.gif" /></a><br />
<a href="contacto.php"><img src="images/boton_contacto.gif" /></a>
</td>
<td width="23" height="360" background="images/borde.gif">
</td>
<td width="581" height="360">
<img src="images/logo.jpg" />
</td>
<td width="23" height="360" background="images/borde.gif">
</td>
</tr>
<tr>
<td width="21">
</td>
<td width="23" background="images/borde.gif">
</td>
<td width="360" height="23" background="images/v-centro.gif">
<img align="left" src="images/v-izquierda.gif" />
<img align="right" src="images/v-derecha.gif" />
</td>
<td width="23" background="images/borde.gif">
</td>
</tr>
<tr>
<td width="21">
</td>
<td width="23" background="images/borde.gif">
</td>
<td width="360" background="images/fondo_interior.gif">
<br />
<br />
</td>
<td width="23" background="images/borde.gif">
</td>
</tr>
<tr>
<td width="21">
</td>
<td width="23" background="images/borde.gif">
</td>
<td width="360" background="images/fondo_interior.gif" align="center">
<table cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td>
<img src="images/not-izq-up.gif">
<td>
<td colspan="3" width="300" background="images/not-cent-up.gif">
</td>
<td>
<img src="images/not-der-up.gif">
</td>
</tr>
<tr>
<td width="27" background="images/not-izq-centr.gif">
<td>
<td colspan="3" width="360" background="images/fondo_noticia.gif">
<br />
</td>
<td width="27" background="images/not-der-centr.gif">
</td>
</tr>
</table>
</td>
<td width="23" background="images/borde.gif">
</td>
</tr>
<tr>
<td width="21" valign="top">
</td>
<td width="23" background="images/borde.gif">
</td>
<td width="581">
<img src="images/footer.jpg" />
</td>
<td width="23" background="images/borde.gif">
</td>
</tr>
</table>
Tambien les dejo aquí la url de donde se ve, es mi ordenador asi que intentaré no apagar el ordenador (Que tarea más facil....)
http://jpeeri.myftp.org/scripts/ramses-web/index.php
Un Saludo