Page 1 of 1

Menu Nav Vertical

Posted: Thu May 04, 2006 5:20 pm
by Ken
Salut ...

Je viens de rencontrer un pbm avec le NAV Vertical. Je l'ai d'abord posté en Anglais mais comme j'ai trouvé la solution, je le colle ici au cas où qq'un aurait le même problème.

J'ai 4 niveaux. Le style s'applique correctement partout sauf pour le sujet ACTIF à partir du niveau 4 si j'ai le start_level='2'
et les niveaux 3 et 4 si le start_level='1'


#menu_vert li.active01 h3 {
  font-weight: bold;
  background: transparent url(uploads/images/arrow-hover.gif) no-repeat center left;
  color: rgb(51, 51, 204); 
  font-size: 1em;
  margin: 0;
  padding: 0 0 0 1.5em;
  line-height: 1em;
  }


La solution est :

#menu_vert li.active01 h3,
#menu_vert li.active02 h3,
#menu_vert li.active03 h3 {
  font-weight: bold;
  background: transparent url(uploads/images/arrow-hover.gif) no-repeat center left;
  color: rgb(51, 51, 204); 
  font-size: 1em;
  margin: 0;
  padding: 0 0 0 1.5em;
  line-height: 1em;
  }

Mais faut pas me demander pourquoi !
Si quelqu'un sait où j'aurais pu trouver ça dans la doc, je suis preneur !