Là je seche completement :
le bout de css concerné :
Le HTML :
Modifié par TomC (07 Feb 2008 - 09:34)
le bout de css concerné :
#navbar1 {
display: block;
float: left;
width: 92%;
background: #bad1e8 url(images/angle2.gif) no-repeat right bottom;
margin: 3px 5px 3px 3px;
font-size: 13px;
}
#navbar1 ul {
padding-left: 0px;
margin-top: 0px;
}
#navbar1 ul li {
list-style-type: none;
}
#navbar1 ul li a.lienon {
background: url(images/pastille1_on.gif) no-repeat 10px center;
}
#navbar1 ul li a, #navbar1 ul li a:link, #navbar1 ul li a:visited, #navbar1 ul li a:hover {
color: #000;
padding-left: 20px;
line-height: 22px;
background: url(images/pastille1.gif) no-repeat 10px center;
text-decoration: none;
font-size: 13px;
font-weight: normal;
font-style: normal;
}
Le HTML :
<div id="navbar1">
<ul>
<li>
<a class="lienon" href="toto1" title="titretoto1" >titretoto1</a>
</li>
<li>
<a href="toto2" title=titretoto2" >titretoto2</a>
</li>
</ul>
</div>
Modifié par TomC (07 Feb 2008 - 09:34)