Bonjour,
je suis en train de créer un nouveau template pour un site internet sur joomla 1.6
je souhaite obtenir le résultat suivant au niveau du menu (pour commencer) :
voici l'état actuel :
http://www.lemusee.ch/site1/index.ph...e/presentation
quelles sont les modifications à apporter à mon css ?
/*** menu colonne ***/
h3 {
color: #9e9e9e;
font-size: 14px;
font-weight: bold;
padding-left: 20px;
}
ul.menu li {
background: #9e9e9e;
border-bottom: 30px solid black;
line-height: 10px;
/*margin:5px 0 5px 0;*/
}
ul.menu li ul li{
margin-left: 10px;
background: #666;
}
ul.menu li a {
color: #fff;
text-decoration: none;
line-height: 25px;
padding-left: 10px;
}
ul.menu li a:hover {
color: #000;
}
/*** module gris ***/
div.moduletable_gris h3 {
height: 36px;
background: url(../images/titre_modulegris.png) left top repeat-x;
line-height: 30px;
color: #fff;
font-weight: normal;
}
div.moduletable_gris {
background: #9e9e9e url(../images/bas_modulegris.png) left bottom repeat-x;
padding-bottom: 35px;
color: #fff;
margin-top: 10px;
}
div.moduletable_gris a {
color: red;
padding-left : 10px;
line-height: 20px;
}
Merci pour votre aide
je suis en train de créer un nouveau template pour un site internet sur joomla 1.6
je souhaite obtenir le résultat suivant au niveau du menu (pour commencer) :
voici l'état actuel :
http://www.lemusee.ch/site1/index.ph...e/presentation
quelles sont les modifications à apporter à mon css ?
/*** menu colonne ***/
h3 {
color: #9e9e9e;
font-size: 14px;
font-weight: bold;
padding-left: 20px;
}
ul.menu li {
background: #9e9e9e;
border-bottom: 30px solid black;
line-height: 10px;
/*margin:5px 0 5px 0;*/
}
ul.menu li ul li{
margin-left: 10px;
background: #666;
}
ul.menu li a {
color: #fff;
text-decoration: none;
line-height: 25px;
padding-left: 10px;
}
ul.menu li a:hover {
color: #000;
}
/*** module gris ***/
div.moduletable_gris h3 {
height: 36px;
background: url(../images/titre_modulegris.png) left top repeat-x;
line-height: 30px;
color: #fff;
font-weight: normal;
}
div.moduletable_gris {
background: #9e9e9e url(../images/bas_modulegris.png) left bottom repeat-x;
padding-bottom: 35px;
color: #fff;
margin-top: 10px;
}
div.moduletable_gris a {
color: red;
padding-left : 10px;
line-height: 20px;
}
Merci pour votre aide
Commentaire