No se muy bien xq me pasa esto, he estado leyendo y segun he entendido la forma de renderizar tablas en distinta en firefox que en chrome, pero supongo que habra alguna manera de que esto se solucione y la imagen se muestre igual en los dos navegadores.
el codigo que tengo es el siguiente:
Código PHP:
<%@ taglib uri="http://tiles.apache.org/tags-tiles" prefix="tiles" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title><tiles:insertAttribute name="title" ignore="true" /></title>
</head>
<body style="" >
<br>
<br>
<br>
<br>
<table border="2" WIDTH="1100px" height="700px" align="center">
<tr>
<td height="70px" colspan="2" style="background-image: url(imagenes/cabecera5.png); repeat: no-repeat;">
<tiles:insertAttribute name="header" />
</td>
</tr>
<tr>
<td height="630px" rowspan="2" style="background-image: url(imagenes/fondoAzul5.PNG);">
<tiles:insertAttribute name="menu" />
</td>
<td height="560px" width="888px" >
<tiles:insertAttribute name="body" />
</td>
</tr>
<tr>
<td height="70px" width="200px" colspan="2">
<tiles:insertAttribute name="footer" />
</td>
</tr>
</table>
</body>
</html>
En firefox se ve asi:
http://imageshack.us/photo/my-images/7/firefoxxw.jpg/
Y en chrome se ve asi:
http://imageshack.us/photo/my-images/840/chromeiw.jpg/
Algun consejo para solucionarlo??