Partage
  • Partager sur Facebook
  • Partager sur Twitter

Problème CSS... Help Me Please

Sujet résolu
    29 avril 2006 à 13:21:11

    Bonjour a tous, je recommence la construction de mon site web mais j'ai un petit problème avec le design... J'ai créer plusieurs blocks et donc quand j'écris dans le block "corps" (milieu), le block "pied" (bas) descend mais les 2 menus sur les cotés gauche et droite ne se prolongent pas... Je ne sais pas du tout quoi faire.
    Voila tout mon code CSS :

    A:link {
    COLOR: #999999; TEXT-DECORATION: none
    }
    A:visited {
    COLOR: #666666; TEXT-DECORATION: none
    }
    A:hover {
    COLOR: #990000; TEXT-DECORATION: underline
    }


    body
    {
    background-repeat: repeat-y;
    width: 969px;
    margin: auto;
    margin-top: 0px;
    }

    #en_tete
    {
    width: 969px;
    height:135px;
    background-image: url("images/haut2.jpg");
    background-repeat: no-repeat;
    }

    .partie_haut
    {
    height:57px;
    width:969px;
    }

    .partie_images
    {
    text-align:right;
    height:40px;
    width:969px;
    }

    .plan_site
    {
    height:30px;
    width:969px;
    text-align:center;
    font-size:16px;
    color:black;
    paddin-top:-10px;
    }

    #menu_gauche
    {
    width: 140px;
    height: 100%;
    float:left;
    margin:0px;
    }

    .en_tete_gauche
    {
    height:47px;
    background-image: URL("images/cote.jpg");
    margin:0px;
    }

    .titre_menu_gauche
    {
    height:20px;
    font-size:12px;
    margin:0px;
    background-image: URL("images/bouton.jpg");
    width:140px;
    }

    .liens
    {
    padding:5px;
    margin:0px;
    background-color: #cfd9e2;
    background-repeat: repeat-y;
    }

    .liens ul
    {
    margin:0px;
    list-style:none;
    }

    .fin_de_menu
    {
    background-image: URL("images/bouton2.jpg");
    background-repeat: repeat-x;
    }

    .bas_menu_gauche
    {
    background-color: #cfd9e2;
    width: 100%;
    height: 100%;
    }


    #menu_droite
    {
    width: 140px;
    height: 100%;
    float:right;
    margin:0px;
    }

    .en_tete_droite
    {
    height:47px;
    background-image: URL("images/cote.jpg");
    margin:0px;
    }

    .titre_menu_droite
    {
    height:20px;
    font-size:12px;
    margin:0px;
    background-image: URL("images/bouton2.jpg");
    width:140px;
    }

    .liens
    {
    padding:5px;
    margin:0px;
    background-color: #cfd9e2;
    background-repeat:repeat-y;
    }

    .liens ul
    {
    margin:0px;
    list-style:none;
    }

    .fin_de_menu
    {
    background-image: URL("images/bouton2.jpg");
    background-repeat: repeat-x;
    }

    .bas_menu_droite
    {
    background-color: #cfd9e2;
    width: 100%;
    height: 100%;
    }

    #titre_corps
    {
    margin:auto;
    margin-left:140px;
    height:30px;
    width:680px;
    text-align: center;
    margin-bottom: 10px;
    }

    #corps
    {
    margin:auto;
    margin-left:140px;
    width:680px;
    text-align: center;
    margin-bottom: 40px;
    }

    #pied_page
    {
    background-color: #cfd9e2;
    width: 969px;
    text-align: center;
    clear: both;
    }

    J'ai besoin d'aide sil vous plait !!
    Merci.
    • Partager sur Facebook
    • Partager sur Twitter
    Anonyme
      29 avril 2006 à 13:22:32

      Salut,
      Montre nous ton code :p
      J'avoue qu'avec les div je ne s'est pas le faire !
      C'est pour cela que sur mon site j'utilise les tableaux ( le prolongement ce fait automatiquement )
      • Partager sur Facebook
      • Partager sur Twitter

      Problème CSS... Help Me Please

      × Après avoir cliqué sur "Répondre" vous serez invité à vous connecter pour que votre message soit publié.
      × Attention, ce sujet est très ancien. Le déterrer n'est pas forcément approprié. Nous te conseillons de créer un nouveau sujet pour poser ta question.
      • Editeur
      • Markdown