Bonjour j'essaye de centrer mes animation Flash avec du CSS sauf que sur certaines résolutions le scroll ne remonte pas assez !
L4animation intégrée fait 1000 X 600 px pour information.
Merci de votre aide et bon weekend à tous
body {
color: #000000;
background: #000000;
}
#horizon {
color : white;
text-align : center;
position : absolute;
top : 10%;
left : 0;
width : 100%;
height : 100%;
}
#container {
font-family : Verdana, Geneva, Arial, sans-serif;
background-image : url(Lateral.gif);
background-repeat : repeat-x;
position : absolute;
top : -50px;
width : 100%;
height : 100%;
visibility : visible;
}
#foot {
background-color : #c17021;
position : absolute;
width : 100%;
height : 100%;
visibility : visible;
}
#flashcontent {
font-family : Verdana, Geneva, Arial, sans-serif;
margin-left : -500px;
position : absolute;
left : 50%;
width : 1000px;
visibility : visible;
}
L4animation intégrée fait 1000 X 600 px pour information.
Merci de votre aide et bon weekend à tous