Re-boujour,
Le sujet n'st pas tout à fait résolu...
Au fait j'aimerai bien créer un LI active pour pouvoir être le plus clair possible, je me suis prit de plusieurs manières sans (malheureusement de) résultat
Je vous donne le code:
<div id="menu">
<div id="tabs10">
<ul>
<li>
<a href="#" title="accueil">
<span>
ACCUEIL
</span></a></li>
<li>
<a href="#" title="moniteurs">
<span>
MONITEURS
</span></a></li>
<li id="active">
<a id="current1" href="#" title="cours">
<span>
COURS</span></a></li>
<li>
<a href="#" title="tarifs">
<span>
TARIFS
</span></a></li>
<li>
<a href="#" title="boutique">
<span>
BOUTIQUE</span></a></li>
<li>
<a href="#" title="contact">
<span>
CONTACT
</span></a></li>
<li>
</ul>
</div>
</div>
et la css:
#menu {
position: absolute;
top: 101px;
left: 13px;
width: 720px;
height: 24px;
margin: 0px;
padding: 0px;
background: url(images/bcmenu.jpg) repeat;
}
#tabs10 {
float: left;
width: 100%;
font-size: 93%;
line-height: normal;
}
#tabs10 ul {
margin: 0;
padding: 0px 10px 0 0px;
list-style: none;
}
#tabs10 li {
display: inline;
margin: 0;
padding: 0;
}
#tabs10 a {
float: left;
background: url(images/tableftAA.gif) no-repeat left top;
margin: 0;
padding: 0 0 0 4px;
text-decoration: none;
font-weight: bold;
border: none;
}
#tabs10 a span {
float: left;
display: block;
background: url(images/tabrigi22.gif) no-repeat right top;
padding: 5px 15px 4px 6px;
color: #333;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs10 a span {
float: none;
}
/* End IE5-Mac hack */
#tabs9 a:hover span{
color: #FFF;
}
#tabs10 a:hover a#current1 {
background-position: 0% -43px;
}
#tabs10 a:hover span {
background-position: 100% -43px;
}
Merci du coup de pouce
garden