Bonjour
J'ai toujours un petit problème avec ma liste sous www.pasaj.ch . Dans mon menu à gauche, ma liste sous ACTUALITE est coupé à la fin. C'est probablement simple, mais je patouille un peu depuis ce matin. Si quelqu'un arrive à m'éclairer... Merci!!!
Modifié par pbpub (26 Jan 2007 - 21:20)
J'ai toujours un petit problème avec ma liste sous www.pasaj.ch . Dans mon menu à gauche, ma liste sous ACTUALITE est coupé à la fin. C'est probablement simple, mais je patouille un peu depuis ce matin. Si quelqu'un arrive à m'éclairer... Merci!!!
<div id="actuMenuInf">
<h1 class="menuTitre actumenuTitre ">News</h1>
<ul class="menuListe">
<li><a href="http://www.pasaj.ch/l-abbe-pierre-est-mort-article916.html">A la Une</a></li>
<li><a href="/les-regions-de-pasaj-rubrique153.html">Les régions </a></li>
<li><a href="/agenda-article844.html">Agenda</a></li>
</ul>
<h1 class="menuTitre actumenuTitre">Zoom</h1>
<li><a href="http://www.pasaj.ch/geneve-taize-2007-rubrique169.html">Genève : Taizé 2007</a></li>
<li><a href="http://www.pasaj.ch/semaine-de-l-unite-des-chretiens-2007-rubrique170.html">Semaine de l’unité</a></li>
</ul>
</div>
.actumenuTitre {
color:#003366;
background-image: url(/squelettes/images-structure/menugauche/dossierBleu.gif);
}
#actuMenuInf{
width: 163px;
overflow: hidden;
height:147px;
}
#actuMenuInf a{
color: #003366;
}
.menuListe a{
margin: 0px 0px 0px 33px;
padding:0px 0px 0px 17px;
display: block;
text-decoration: none;
background-image:url(/squelettes/images-structure/puce3.gif);
background-position: left top;
background-repeat: no-repeat;
line-height: 13px;
font-weight: bold;
font-size: 11px;
}
.menuListe a:hover{
background-image:url(/squelettes/images-structure/puce2.gif);
background-position: left top;
background-repeat: no-repeat;
background-color:#FFFFFF;
}
Modifié par pbpub (26 Jan 2007 - 21:20)