He probado a remover el position:absolute de las demas Div, pero me sigue pasando lo mismo... Al cambiar la resolución, se mueve hacia la izquierda.
Este es un código de ejemplo de lo que he hecho:
Código:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sin título</title>
<style type="text/css">
<!--
#apDiv1 {
margin:0 auto 0 auto;
width:900px;
height:600px;
z-index:1;
}
#apDiv2 {
width:566px;
height:296px;
z-index:1;
left: 511px;
top: 21px;
}
-->
</style>
</head>
<body>
<div id="apDiv1">
<div id="apDiv2"><img src="imagenes/web/menu_d.jpg" width="11" height="41" /></div>
</div>
</body>
</html>