en primer lugar muchas gracias por la pronta respuetsa, pero nada amigo......
mira no sale con naa, ya intenta varias cosas y naa......
el codigo es algo asi, y aunque se que es pesado leer todo, ps solo lean las partes a cambiar como posiciones y left... y veran que no me sale... gracias una vez mas.
Código HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Rustica</title>
<script>
ancho = screen.width;
posicion=(ancho/2)-430;
//alert(posicion);
document.getElementByid("tablaa").style.left="200px";
</script>
<style type="text/css">
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
margin-bottom:0px;
margin-top:0px;
}
html, body {
margin:0;
padding:0;
width:100%;
height:100%;
overflow:hidden;
}
#tablaa {position:absolute; z-index:1;}
</style>
</head>
<body>
<div><img src="images/image/madera.jpg" style="position:absolute; z-index:1; width:100%; height:100%;"></div>
<table id="tablaa" width="860" height="538" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td align="center" bgcolor="#FFFFFF"></td>
</tr>
<tr>
<td width="754" align="center" bgcolor="#FFFFFF" style="font-size:20px"><p><img src="images/image/logito.gif" width="250" height="125" /></p>Pastas - Pizzas - Parrillas</td>
</tr>
<tr>
<td align="center" bgcolor="#FFFFFF"><hr /></td>
</tr>
<tr>
<td height="280">
<table width="500" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<th scope="col"><div align="center"><img src="images/image/local.jpg" width="747" height="261" /></div></th>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>