Bonjour,
Voilà, je prépare la structure d'un futur site web. Je souhaiterai que le footer "descende" en fonction de la masse d'information à afficher dans la page. Je galère depuis un moment avec les pourcentages, sans arriver non plus à mettre les div du footer au bon endroit !
Voici ma page
Et voici la css :
Code :
- body {
- background-color:#000033;
- }
- .global{
- position:relative;
- left:0;
- top:0;
- width:100%;
- height:100%;
- }
- .cont-header {
- position:absolute;
- left:0px;
- top:0px;
- width:100%;
- height:94px;
- background-image:url(images/cont-header.gif);
- }
- .header {
- position:absolute;
- left:0px;
- top:0px;
- width:820px;
- height:94px;
- background-image:url(images/header.gif);
- }
- .navi {
- position:absolute;
- left:0px;
- top:94px;
- width:820px;
- height:66px;
- background-image:url(images/navi.gif);
- }
- .cont-navi {
- position:absolute;
- left:0px;
- top:94px;
- width:100%;
- height:66px;
- background-image:url(images/cont-navi.gif);
- }
- .frame {
- position:absolute;
- left:0px;
- top:0px;
- width:820px;
- height:453px;
- }
- .cont-frame {
- position:absolute;
- left:0px;
- top:160px;
- width:100px;
- height:100%;
- background-color:#99FF00;
- }
- .frame-g {
- position:absolute;
- left:0px;
- top:0px;
- width:126px;
- height:100%;
- background-color:#33CCCC;
- }
- .frame-d {
- position:absolute;
- left:126px;
- top:0px;
- width:100%;
- height:100%;
- background-color:#FFFFFF;
- }
- .footer {
- position:relative;
- left:0px;
- top:0px;
- width:820px;
- height:38px;
- background-image:url(images/footer.gif);
- }
- .cont-footer {
- position:relative;
- left:0px;
- top:600px;
- width:100%;
- height:38px;
- background-image:url(images/cont-footer.gif);
- }
|
Pouvez-vous m'aider ?
Merci d'avance !
---------------
Consultant SEO