yen a pas

ya rien du tout ici - Zone de chantier - Test divers

18 janvier 2008

creation d'un pied de page

alors en premier dans la feuille de style on rajoute (on perso les parametres a sa convenance bien sur)

#pied {
    float: left;
    width: 810px;
    padding: 5px;
    background: transparent;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-width: 1px;
    border-color: #99B2CC;
    overflow: hidden;
}
.pieds {
    padding: 5px;
}
.pieds ul {
    padding: 0px;
    margin: 0px 0px 20px 0px;
    list-style-type: none;
    margin: 0px 0px 20px 0px;
}
.pieds li {
    font-family: Lalex Big Badaboum, Arial, Helvetica, fantasy;
    color: #404040;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
        font-stretch: expanded;
    letter-spacing: 2px;
    line-height: 100%;
    margin-top: 10px;
}

ensuite dans la page d'acceuil apres <div class="clear">&nbsp;</div>

on rajoute

<div id="pied"><div class="pieds">
<ul><li>test de pied de page</li></ul>
</div></div>

et juste apres on trouve

</div></body></html>

Tags : ,
Posté par Persephone Hades à 09:53 - Tuto - Commentaires [7] - Permalien [#]
  1