Se connecter avec
S'enregistrer | Connectez-vous

Propriété CSS

Dernière réponse : dans Programmation
Lassé par la pub ? Créez un compte
Expert Programmation

si je comprend bien, tu veux mettre un footer qui ressemble à celui du contenu principal de ton site?

Je pense qu'il suffit que tu ajoutes à ta CSS:
  1. #piedmenu {
  2. height: 30px;
  3. background-color: #b7dbf5;
  4. width: 150px;
  5. background-image:url(pied.png);
  6. background-position:bottom left;
  7. background-repeat:no-repeat;
  8. color:#0000cc;
  9. }

Et tu ajoutes ton div id="piedmenu" dans ton div id="gauche" tout à la fin.

c'est pas testé mais bon...
Lassé par la pub ? Créez un compte
Tom's guide dans le monde