He detectado un problema... me funciona bien en el explorer y mal en el firefox... alguien me podría ayudar? este es el código:
Cita: <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>.</title>
<style type="text/css">
* {margin:0; padding:0;}
#background{position:absolute; z-index:1; width:100%; height:100%;}
</style>
</head>
<body>
<table width="1200" height="800" border="0" align="center" cellpadding="0" cellspacing="0">
<tr><td width="50" rowspan="4"><img id="background" src="Images/fondos/fondo_izquierda.jpg"></td>
<td height="150" background="Images/fondos/fondo_up_<?php echo "".$lang."";?>.jpg"></td>
<td width="50" rowspan="4"><img id="background" src="Images/fondos/fondo_derecha.jpg"></td>
</tr>
<tr><td height="100">algo</td></tr>
<tr>
<td>algo
</td>
</tr>
<tr><td height="54" background="Images/fondos/fondo_down.jpg"></td></tr>
</body>
</html>