Menu plusieurs couleurs des items

Réduire
X
 
  • Filtrer
  • Heure
  • Afficher
Tout effacer
nouveaux messages

  • [Problème] Menu plusieurs couleurs des items

    J'ai trouvé ce tuto


    sa c'est mon menu

    Cliquez sur l'image pour l'afficher en taille normale

Nom : MENU COLOUR.jpg 
Affichages : 1 
Taille : 115,5 Ko 
ID : 1820348




    /* Personnalisation Couleur Items Menu Level 0 */
    #menu435 {background: #f60; color: #F9F32C;}
    #menu474 {background: #5CED1A; color: #000;}
    #menu482 {background: #1245ED; color: #F9F32C;}
    #menu294 {background: #F9F32C; color: #900;}
    #menu233 {background: #000; color: #5CED1A;}
    #menu549 {background: #f00; color: #1245ED;}
    /* Items Menu Level 0 - Survol */
    #menu435:hover {background: #f90; color: #F9F32C!important;}
    #menu474:hover {background: #1a0; color: #000!important;}
    #menu482:hover {background: #6fe; color: #F9F32C!important;}
    #menu294:hover {background: #ffb; color: #900 !important;}
    #menu233:hover {background: #444; color: #5CED1A !important;}
    #menu549:hover {background: #b00; color: #1245ED !important;}

    moi je mets #item-numero au lieu de menu-numero

    mais il doit manquer quelque chose

    merci
    Dépannage informatique Arras et solution web :http://www.clicinformatique62.fr
    annuaire de référencement : http://www.trouvez-mon-site.com
    Site web d'assistance informatique à distance : http://www.assistance-informatique-enligne.net

  • #2
    Re : Menu plusieurs couleurs des items

    Je constate que les couleurs de fonds sont bien définis et que la page correspondant à "qui sommes nous" est active et fait qu'il y a un bord gris sur le lien de menu correspondant.
    Par contre on ne voit pas le texte tu as sans doute mis la même propriété pour background-color et color ce qui fait que le texte est illisible puisqu'il a la même couleur que le fond ("color:" détermine la couleur du texte)
    Artisan du Web - développeur d'application web et de site internet essentiellement avec Joomla www.incode.be
    - Le sujet est [Réglé] et on n'en parle plus ? Modifier le statut de votre message svp
    - Communauté Joomla Belge sur Facebook

    Commentaire


    • #3
      Re : Menu plusieurs couleurs des items

      moi je mets #item-numero au lieu de menu-numero
      Il y a déjà un problème, le # introduit un ID alors que ton code utilise des classes. Il faudrait dont utiliser .item-numero

      Maintenant, l'exposé du problème n'est pas clair car le code indiqué ne devrait pas produire ce résultat

      Il serait mieux de mettre le code CSS effectivement utilisé
      UP, le plugin universel à découvrir sur https//up.lomart.fr
      bgMax
      , AdminOrder, MetaData, Zoom, ArtPlug, Custom, Memo, Filter, ... sur http://lomart.fr/extensions

      Commentaire


      • #4
        Re : Menu plusieurs couleurs des items

        j'ai réussi en partie comment supprimé le bouton arriere plan la couleur grise ?
        le site est ici

        merci
        Dépannage informatique Arras et solution web :http://www.clicinformatique62.fr
        annuaire de référencement : http://www.trouvez-mon-site.com
        Site web d'assistance informatique à distance : http://www.assistance-informatique-enligne.net

        Commentaire


        • #5
          Re : Menu plusieurs couleurs des items

          Bonjour,
          firebug est ton ami

          ça se passe dans la classe a.active
          Ce forum, vous l'aimez ? il vous a sauvé la vie ? Vous y apprenez chaque jour ? Alors adhérez à l'AFUJ https://www.joomla.fr/association/adherer
          Cette année, le JoomlaDay FR a lieu à Bruxelles, les 20 et 21 mai 2022, plus d'infos et inscriptions : www.joomladay.fr

          Commentaire


          • #6
            Re : Menu plusieurs couleurs des items

            Je poste mon CSS du menu pour que vous m'aider à comprendre
            Est ce que vous pouvez m aider à comprendre ou mettre dans quelle classe mettre les couleurs pour quelle soit présente en permanences et pas uniquement au survol merci

            Code:
            .art-nav
            {
            
              padding: 3px;
              margin: 0 auto;
              position: relative;
              z-index: 499;
              text-align: left;
            }
            
            ul.art-hmenu a, ul.art-hmenu a:link, ul.art-hmenu a:visited, ul.art-hmenu a:hover
            {
              outline: none;
              position: relative;
              z-index: 11;
            }
            
            ul.art-hmenu, ul.art-hmenu ul
            {
              display: block;
              margin: 0;
              padding: 0;
              border: 0;
              list-style-type: none;
            }
            
            ul.art-hmenu li
            {
              position: relative;
              z-index: 5;
              display: block;
              float: left;
              background: none;
              margin: 0;
              padding: 0;
              border: 0;
            }
            
            ul.art-hmenu li:hover
            {
              z-index: 10000;
              white-space: normal;
            }
            
            ul.art-hmenu:after, ul.art-hmenu ul:after
            {
              content: ".";
              height: 0;
              display: block;
              visibility: hidden;
              overflow: hidden;
              clear: both;
            }
            
            ul.art-hmenu, ul.art-hmenu ul
            {
              min-height: 0;
            }
            
            ul.art-hmenu
            {
              display: inline-block;
              vertical-align: middle;
            }
            
            .art-nav:before
            {
              content: ' ';
            }
            
            .art-hmenu-extra1
            {
              position: relative;
              display: block;
              float: left;
              width: auto;
              height: auto;
              background-position: center;
            }
            
            .art-hmenu-extra2
            {
              position: relative;
              display: block;
              float: right;
              width: auto;
              height: auto;
              background-position: center;
            }
            
            .art-hmenu
            {
              float: left;
            }
            
            .art-menuitemcontainer
            {
              background: none;
              margin: 0 auto;
            }
            
            ul.art-hmenu>li
            {
              margin-left: 9px;
            }
            
            ul.art-hmenu>li:first-child
            {
              margin-left: 4px;
            }
            
            ul.art-hmenu>li:last-child, ul.art-hmenu>li.last-child
            {
              margin-right: 4px;
            }
            
            ul.art-hmenu>li>a
            {
              background: none;
              padding: 0 28px;
              margin: 0 auto;
              position: relative;
              display: block;
              height: 52px;
              cursor: pointer;
              text-decoration: none;
              color: #6E1238;
              line-height: 52px;
              text-align: center;
            }
            
            .art-hmenu>li>a, .art-hmenu>li>a:link, .art-hmenu>li>a:visited, .art-hmenu>li>a.active, .art-hmenu>li>a:hover
            {
              font-size: 13px;
              font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
              font-weight: bold;
              font-style: normal;
              text-decoration: none;
              text-transform: uppercase;
              text-align: left;
            }
            
            ul.art-hmenu>li>a.active
            {
            
              text-decoration: none;
            }
            
            ul.art-hmenu>li>a:visited, ul.art-hmenu>li>a:hover, ul.art-hmenu>li:hover>a
            {
              text-decoration: none;
            }
            
            ul.art-hmenu>li>a:hover, .desktop ul.art-hmenu>li:hover>a
            {
              background: none;
              padding: 0 28px;
              margin: 0 auto;
            }
            
            ul.art-hmenu>li>a:hover, .desktop ul.art-hmenu>li:hover>a
            {
              color: #AF1D5A;
              text-decoration: underline;
            }
            
            ul.art-hmenu>li:before
            {
              position: absolute;
              display: block;
              content: ' ';
              top: 0;
              left: -9px;
              width: 9px;
              height: 52px;
              background: url('../images/menuseparator.png') center center no-repeat;
            }
            
            ul.art-hmenu>li:first-child:before
            {
              display: none;
            }
            
            ul.art-hmenu li li a
            {
              
              -webkit-border-radius: 1px;
              -moz-border-radius: 1px;
              border-radius: 1px;
              padding: 0 22px;
              margin: 0 auto;
            }
            
            ul.art-hmenu li li
            {
              float: none;
              width: auto;
              margin-top: 6px;
              margin-bottom: 6px;
            }
            
            .desktop ul.art-hmenu li li ul>li:first-child
            {
              margin-top: 0;
            }
            
            ul.art-hmenu li li ul>li:last-child
            {
              margin-bottom: 0;
            }
            
            .art-hmenu ul a
            {
              display: block;
              white-space: nowrap;
              height: 27px;
              min-width: 7em;
              border: 0 solid transparent;
              text-align: left;
              line-height: 27px;
              font-size: 13px;
              font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
              font-weight: normal;
              font-style: normal;
              text-decoration: none;
              margin: 0;
            }
            
            .art-hmenu ul a:link, .art-hmenu ul a:visited, .art-hmenu ul a.active, .art-hmenu ul a:hover
            {
              text-align: left;
              line-height: 27px;
              font-size: 13px;
              font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
              font-weight: normal;
              font-style: normal;
              text-decoration: none;
              margin: 0;
            }
            
            ul.art-hmenu ul li a:hover, .desktop ul.art-hmenu ul li:hover>a
            {
             
              -webkit-border-radius: 1px;
              -moz-border-radius: 1px;
              border-radius: 1px;
              margin: 0 auto;
            }
            
            .art-hmenu ul a:hover
            {
            
            }
            
            .desktop .art-hmenu ul li:hover>a
            {
            
            }
            
            ul.art-hmenu ul:before
            {
             
              margin: 0 auto;
              display: block;
              position: absolute;
              content: ' ';
              z-index: 1;
            }
            
            .desktop ul.art-hmenu li:hover>ul
            {
              visibility: visible;
              top: 100%;
            }
            
            .desktop ul.art-hmenu li li:hover>ul
            {
              top: 0;
              left: 100%;
            }
            
            ul.art-hmenu ul
            {
              visibility: hidden;
              position: absolute;
              z-index: 10;
              left: 0;
              top: 0;
              background-image: url('../images/spacer.gif');
            }
            
            /* Personnalisation Couleur Items Menu Level 0 */
            .item-464  {background: #f60; color: #F9F32C;}
            .item-477 {background: #5CED1A; color: #000;}
            .item-478 {background: #1245ED; color: #F9F32C;}
            .item-479 {background: #F9F32C; color: #900;}
            .item-480 {background: #000; color: #5CED1A;}
            .item-481 {background: #f00; color: #1245ED;}
            
             /* Items Menu Level 0 - Survol */
            
            
            .desktop ul.art-hmenu>li>ul
            {
              padding: 15px 35px 35px 35px;
              margin: -10px 0 0 -30px;
            }
            
            .desktop ul.art-hmenu ul ul
            {
              padding: 35px 35px 35px 15px;
              margin: -35px 0 0 -5px;
            }
            
            .desktop ul.art-hmenu ul.art-hmenu-left-to-right
            {
              right: auto;
              left: 0;
              margin: -10px 0 0 -30px;
            }
            
            .desktop ul.art-hmenu ul.art-hmenu-right-to-left
            {
              left: auto;
              right: 0;
              margin: -10px -30px 0 0;
            }
            
            .desktop ul.art-hmenu li li:hover>ul.art-hmenu-left-to-right
            {
              right: auto;
              left: 100%;
            }
            
            .desktop ul.art-hmenu li li:hover>ul.art-hmenu-right-to-left
            {
              left: auto;
              right: 100%;
            }
            
            .desktop ul.art-hmenu ul ul.art-hmenu-left-to-right
            {
              right: auto;
              left: 0;
              padding: 35px 35px 35px 15px;
              margin: -35px 0 0 -5px;
            }
            
            .desktop ul.art-hmenu ul ul.art-hmenu-right-to-left
            {
              left: auto;
              right: 0;
              padding: 35px 15px 35px 35px;
              margin: -35px -5px 0 0;
            }
            
            .desktop ul.art-hmenu li ul>li:first-child
            {
              margin-top: 0;
            }
            
            .desktop ul.art-hmenu li ul>li:last-child
            {
              margin-bottom: 0;
            }
            
            .desktop ul.art-hmenu ul ul:before
            {
              border-radius: 0;
              top: 30px;
              bottom: 30px;
              right: 30px;
              left: 10px;
            }
            
            .desktop ul.art-hmenu>li>ul:before
            {
              top: 10px;
              right: 30px;
              bottom: 30px;
              left: 30px;
            }
            
            .desktop ul.art-hmenu>li>ul.art-hmenu-left-to-right:before
            {
              right: 30px;
              left: 30px;
            }
            
            .desktop ul.art-hmenu>li>ul.art-hmenu-right-to-left:before
            {
              right: 30px;
              left: 30px;
            }
            
            .desktop ul.art-hmenu ul ul.art-hmenu-left-to-right:before
            {
              right: 30px;
              left: 10px;
            }
            
            .desktop ul.art-hmenu ul ul.art-hmenu-right-to-left:before
            {
              right: 10px;
              left: 30px;
            }
            
            .desktop ul.art-hmenu>li.ext>a
            {
              white-space: nowrap;
            }
            
            .desktop ul.art-hmenu>li.ext>a:hover, .desktop ul.art-hmenu>li.ext:hover>a, .desktop ul.art-hmenu>li.ext:hover>a.active
            {
              background: none;
              padding: 0 28px 0 28px;
              margin: -0 -0 0 -0;
              overflow: hidden;
              position: relative;
              border: none;
              border-radius: 0;
              box-shadow: none;
              color: #530E2B;
            }
            
            .desktop ul.art-hmenu>li.ext>a:hover:before, .desktop ul.art-hmenu>li.ext:hover>a:before, .desktop ul.art-hmenu>li.ext:hover>a.active:before
            {
              position: absolute;
              content: ' ';
              top: 0;
              right: 0;
              left: 0;
              bottom: -0;
              background-color: rgba(154, 174, 182, 0.8);
              border: 0 solid transparent;
              border-top-left-radius: 0;
              border-top-right-radius: 0;
              box-shadow: 0 0 0 rgba(0, 0, 0, 0.8);
              z-index: -1;
            }
            
            .desktop ul.art-hmenu>li.ext:hover>ul
            {
              padding-top: 5px;
              margin-top: 0;
            }
            
            .desktop ul.art-hmenu>li.ext:hover>ul:before
            {
              top: -0;
              clip: rect(5px, auto, auto, auto);
              border-top-left-radius: 0;
              border-top-right-radius: 0;
              box-shadow: 0 0 0 rgba(0, 0, 0, 0.8);
            }
            
            ul.art-hmenu>li.ext>.ext-r, ul.art-hmenu>li.ext>.ext-l, ul.art-hmenu>li.ext>.ext-m, ul.art-hmenu>li.ext>.ext-off
            {
              display: none;
              z-index: 12;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
            }
            Dépannage informatique Arras et solution web :http://www.clicinformatique62.fr
            annuaire de référencement : http://www.trouvez-mon-site.com
            Site web d'assistance informatique à distance : http://www.assistance-informatique-enligne.net

            Commentaire


            • #7
              Re : Menu plusieurs couleurs des items

              modifie ça (template.css ligne 670)
              Code:
              ul.art-hmenu > li:before {
                  background: url("../images/menuseparator.png") no-repeat scroll center center transparent;
              change background en background-color
              Code:
              ul.art-hmenu > li:before {
                  background-image: url("../images/menuseparator.png");
              ----

              ensuite à partir de la ligne 804 change chaque occurrence
              Code:
              .item-XXX:hover {
                  background: none repeat scroll 0 0 #FF9900;
                  color: #F9F32C !important;
              }
              par une définition sans hover (pour la couleur de fond uniquement) avec background-color au lieu de background
              Code:
              .item-XXX {
                  background-color: #FF9900;
              }
              .item-XXX:hover {
                  color: #F9F32C !important;
              }
              Artisan du Web - développeur d'application web et de site internet essentiellement avec Joomla www.incode.be
              - Le sujet est [Réglé] et on n'en parle plus ? Modifier le statut de votre message svp
              - Communauté Joomla Belge sur Facebook

              Commentaire


              • #8
                Re : Menu plusieurs couleurs des items

                ok merci ça me parle mais y a du boulot
                Dépannage informatique Arras et solution web :http://www.clicinformatique62.fr
                annuaire de référencement : http://www.trouvez-mon-site.com
                Site web d'assistance informatique à distance : http://www.assistance-informatique-enligne.net

                Commentaire


                • #9
                  Re : Menu plusieurs couleurs des items

                  Code:
                  .art-nav:before
                  {
                    content: ' ';
                  }
                  
                  .art-hmenu-extra1
                  {
                    position: relative;
                    display: block;
                    float: left;
                    width: auto;
                    height: auto;
                    background-position: center;
                  }
                  
                  .art-hmenu-extra2
                  {
                    position: relative;
                    display: block;
                    float: right;
                    width: auto;
                    height: auto;
                    background-position: center;
                  }
                  
                  .art-hmenu
                  {
                    float: left;
                  }
                  
                  .art-menuitemcontainer
                  {
                    background: none;
                    margin: 0 auto;
                  }
                  
                  ul.art-hmenu>li
                  {
                    margin-left: 9px;
                  }
                  
                  ul.art-hmenu>li:first-child
                  {
                    margin-left: 4px;
                  }
                  
                  ul.art-hmenu>li:last-child, ul.art-hmenu>li.last-child
                  {
                    margin-right: 4px;
                  }
                  
                  ul.art-hmenu>li>a
                  {
                    background: none;
                    padding: 0 28px;
                    margin: 0 auto;
                    position: relative;
                    display: block;
                    height: 52px;
                    cursor: pointer;
                    text-decoration: none;
                    color: #6E1238;
                    line-height: 52px;
                    text-align: center;
                  }
                  
                  .art-hmenu>li>a, .art-hmenu>li>a:link, .art-hmenu>li>a:visited, .art-hmenu>li>a.active, .art-hmenu>li>a:hover
                  {
                    font-size: 13px;
                    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
                    font-weight: bold;
                    font-style: normal;
                    text-decoration: none;
                    text-transform: uppercase;
                    text-align: left;
                  }
                  
                  ul.art-hmenu>li>a.active
                  {
                  
                    text-decoration: none;
                  }
                  
                  ul.art-hmenu>li>a:visited, ul.art-hmenu>li>a:hover, ul.art-hmenu>li:hover>a
                  {
                    text-decoration: none;
                  }
                  
                  ul.art-hmenu>li>a:hover, .desktop ul.art-hmenu>li:hover>a
                  {
                    background: none;
                    padding: 0 28px;
                    margin: 0 auto;
                  }
                  
                  ul.art-hmenu>li>a:hover, .desktop ul.art-hmenu>li:hover>a
                  {
                    color: #AF1D5A;
                    text-decoration: underline;
                  }
                  
                  ul.art-hmenu > li:before {
                      background-image: url("../images/menuseparator.png") no-repeat scroll center center transparent;
                    position: absolute;
                    display: block;
                    content: ' ';
                    top: 0;
                    left: -9px;
                    width: 9px;
                    height: 52px;
                    background-color: url('../images/menuseparator.png') center center no-repeat;
                  }
                  
                  ul.art-hmenu>li:first-child:before
                  {
                    display: none;
                  }
                  
                  ul.art-hmenu li li a
                  {
                    
                    -webkit-border-radius: 1px;
                    -moz-border-radius: 1px;
                    border-radius: 1px;
                    padding: 0 22px;
                    margin: 0 auto;
                  }
                  
                  ul.art-hmenu li li
                  {
                    float: none;
                    width: auto;
                    margin-top: 6px;
                    margin-bottom: 6px;
                  }
                  
                  .desktop ul.art-hmenu li li ul>li:first-child
                  {
                    margin-top: 0;
                  }
                  
                  ul.art-hmenu li li ul>li:last-child
                  {
                    margin-bottom: 0;
                  }
                  
                  .art-hmenu ul a
                  {
                    display: block;
                    white-space: nowrap;
                    height: 27px;
                    min-width: 7em;
                    border: 0 solid transparent;
                    text-align: left;
                    line-height: 27px;
                    font-size: 13px;
                    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
                    font-weight: normal;
                    font-style: normal;
                    text-decoration: none;
                    margin: 0;
                  }
                  
                  .art-hmenu ul a:link, .art-hmenu ul a:visited, .art-hmenu ul a.active, .art-hmenu ul a:hover
                  {
                    text-align: left;
                    line-height: 27px;
                    font-size: 13px;
                    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
                    font-weight: normal;
                    font-style: normal;
                    text-decoration: none;
                    margin: 0;
                  }
                  
                  ul.art-hmenu ul li a:hover, .desktop ul.art-hmenu ul li:hover>a
                  {
                   
                    -webkit-border-radius: 1px;
                    -moz-border-radius: 1px;
                    border-radius: 1px;
                    margin: 0 auto;
                  }
                  
                  .art-hmenu ul a:hover
                  {
                  
                  }
                  
                  .desktop .art-hmenu ul li:hover>a
                  {
                  
                  }
                  
                  ul.art-hmenu ul:before
                  {
                   
                    margin: 0 auto;
                    display: block;
                    position: absolute;
                    content: ' ';
                    z-index: 1;
                  }
                  
                  .desktop ul.art-hmenu li:hover>ul
                  {
                    visibility: visible;
                    top: 100%;
                  }
                  
                  .desktop ul.art-hmenu li li:hover>ul
                  {
                    top: 0;
                    left: 100%;
                  }
                  
                  ul.art-hmenu ul
                  {
                    visibility: hidden;
                    position: absolute;
                    z-index: 10;
                    left: 0;
                    top: 0;
                    background-image: url('../images/spacer.gif');
                  }
                  
                  /* Personnalisation Couleur Items Menu Level 0 */
                  .item-464  {background: #f60; color: #F9F32C;}
                  .item-477 {background: #5CED1A; color: #000;}
                  .item-478 {background: #1245ED; color: #F9F32C;}
                  .item-479 {background: #F9F32C; color: #900;}
                  .item-480 {background: #000; color: #5CED1A;}
                  .item-481 {background: #f00; color: #1245ED;}
                  
                   /* Items Menu Level 0 - Survol */
                  .item-464 {background-color: #FF9900;
                  }
                  .item-464:hover {
                      color: #F9F32C !important;
                  }
                  .item-477 {
                      background-color: #FF9900;
                  }
                  .item-477:hover {
                      color: #F9F32C !important;
                  }
                  .item-478 {
                      background-color: #FF9900;
                  }
                  .item-478:hover {
                      color: #F9F32C !important;
                  }
                  .item-479 {
                      background-color: #FF9900;
                  }
                  .item-479:hover {
                      color: #F9F32C !important;
                  }
                  .item-480 {
                      background-color: #FF9900;
                  }
                  .item-480:hover {
                      color: #F9F32C !important;
                  }
                  .item-481 {
                      background-color: #FF9900;
                  }
                  .item-481:hover {
                      color: #F9F32C !important;
                  }
                  .item-482 {
                      background-color: #FF9900;
                  }
                  .item-482:hover {
                      color: #F9F32C !important;
                  }
                  Dépannage informatique Arras et solution web :http://www.clicinformatique62.fr
                  annuaire de référencement : http://www.trouvez-mon-site.com
                  Site web d'assistance informatique à distance : http://www.assistance-informatique-enligne.net

                  Commentaire


                  • #10
                    Re : Menu plusieurs couleurs des items

                    bonjour

                    j'ai mis les couleurs en background-color et elles n apparaissent pas

                    Dernière édition par clem62 à 20/05/2014, 15h08
                    Dépannage informatique Arras et solution web :http://www.clicinformatique62.fr
                    annuaire de référencement : http://www.trouvez-mon-site.com
                    Site web d'assistance informatique à distance : http://www.assistance-informatique-enligne.net

                    Commentaire


                    • #11
                      Re : Menu plusieurs couleurs des items

                      remet le css d'origine ... parce que là, t'as tout fait pété !
                      Ce forum, vous l'aimez ? il vous a sauvé la vie ? Vous y apprenez chaque jour ? Alors adhérez à l'AFUJ https://www.joomla.fr/association/adherer
                      Cette année, le JoomlaDay FR a lieu à Bruxelles, les 20 et 21 mai 2022, plus d'infos et inscriptions : www.joomladay.fr

                      Commentaire


                      • #12
                        Re : Menu plusieurs couleurs des items

                        c'est bon j ai réussi avec swmenupro maintenant plus que quelques petit réglages et savoir si cela convient
                        Dépannage informatique Arras et solution web :http://www.clicinformatique62.fr
                        annuaire de référencement : http://www.trouvez-mon-site.com
                        Site web d'assistance informatique à distance : http://www.assistance-informatique-enligne.net

                        Commentaire


                        • #13
                          Re : Menu plusieurs couleurs des items

                          c'est beaucoup mieux en effet.
                          Tu mets le sujet en [RESOLU]?
                          Artisan du Web - développeur d'application web et de site internet essentiellement avec Joomla www.incode.be
                          - Le sujet est [Réglé] et on n'en parle plus ? Modifier le statut de votre message svp
                          - Communauté Joomla Belge sur Facebook

                          Commentaire

                          Annonce

                          Réduire
                          Aucune annonce pour le moment.

                          Partenaire de l'association

                          Réduire

                          Hébergeur Web PlanetHoster
                          Travaille ...
                          X