Hi everyone!
I would like to center my page but I can't find how to do it. Anyone has an idea?
The main Div (#apDiv3)
The others div are inside the main div
If I leave it like that the only one centered is the Div3 :(
Thanks!!
Mayerfli
body {
background-color: #FFCC99;
}
#apDiv3 {
position:absolute;
left:50%;
top:50%;
width:1100px;
height:650px;
z-index:1;
margin-top: -325px;
margin-left: -550px;
right: auto;
bottom: auto;
background-color: #3F3151;
}
#apDiv1 {
position:absolute;
left:481px;
top:310px;
width:435px;
height:291px;
z-index:2;
}
#apDiv4 {
position:absolute;
left:482px;
top:281px;
width:486px;
height:38px;
z-index:3;
}
#apDiv5 {
position:absolute;
left:300px;
top:212px;
width:436px;
height:655px;
z-index:4;