Ver Mensaje Individual
  #3 (permalink)  
Antiguo 20/10/2009, 21:16
juanicotolengo
 
Fecha de Ingreso: octubre-2009
Mensajes: 10
Antigüedad: 14 años, 7 meses
Puntos: 0
Respuesta: Problema con centrado de web!

Acá te dejo todo el html del sitio.

<head>
<align="center">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<style type="text/css">
<!--
body{
text-align:center;
}
#apDiv1 {
position:absolute;
width:200px;
height:115px;
z-index:1;
text-align: left;
margin: 0 auto;
}
#apDiv2 {
position:absolute;
width:200px;
height:115px;
z-index:2;
left: 163px;
top: 45px;
text-align: left;
margin: 0 auto;
}
#apDiv3 {
position:absolute;
width:200px;
height:66px;
z-index:3;
left: 194px;
top: 247px;
text-align: left;
margin: 0 auto;
}
#apDiv4 {
position:absolute;
width:200px;
height:25px;
z-index:4;
left: 139px;
top: 320px;
text-align: left;
margin: 0 auto;
}
#apDiv5 {
position:absolute;
width:115px;
height:43px;
z-index:5;
left: 98px;
top: 357px;
text-align: left;
}
#apDiv6 {
position:absolute;
width:115px;
height:43px;
z-index:6;
left: 229px;
top: 357px;
}
#apDiv7 {
position:absolute;
width:117px;
height:43px;
z-index:7;
left: 359px;
top: 357px;
text-align: left;
}
#apDiv8 {
position:absolute;
width:116px;
height:43px;
z-index:8;
left: 492px;
top: 357px;
text-align: left;
margin: 0 auto;
}
-->
</style>
</head>

<body>
<div id="apDiv1">
<img src="fondo.jpg" width="682" height="446" />
<div id="apDiv2"> <img src="logo.jpg" width="345" height="183" /></div>
</div>
<div id="apDiv3"> <img src="tpf.jpg" width="304" height="64" /></div>
<div id="apDiv4"> <img src="productos.jpg" width="403" height="27" /></div>
<div id="apDiv5"> <img src="peluches.jpg" width="115" height="42" /></div>
<div id="apDiv6"> <img src="personajes.jpg" width="115" height="42" /></div>
<div id="apDiv7"> <img src="quienes.jpg" width="115" height="42" /></div>
<div id="apDiv8"> <img src="contacto.jpg" width="115" height="42" /></div>
</body>
</html>


Si alguien pudiera ayudarme lo apreciaría mucho, estoy MUY atascado con este asunto! Gracias!!