http://www.phpfrance.com/forums/voir_sujet-239669.php
pour le moment je n'ai que du css.
dont voici le code.
je n'ai aucune idée sur la manière de faire.
une petite piste.
merci
html
Code : Tout sélectionner
<div id="navcontainerh">
<ul id="navlisth">
<li><a href="./"> ACCUEIL </a></li>
<li><a target="_blank" href="condition-vente.php"> condition de vente </a></li>
<li><a href="comment-acheter.php"> Comment acheter? </a></li>
<li><a href="panier.php"> Panier </a></li>
<li><a href="promo-1.php"> <b id="couleurpromo">Promos</b> </a></li>
<li><a href="contact.php"><img src="images/contact.png" alt="contact" border="0"> Contact </a></li>
</ul>
Code : Tout sélectionner
#navcontainerh {
width : 100%;
height: 50px;
background: url("images/fres1.png");
}
#navcontainerh ul {
margin : 0;
padding : 0px 0 0 15%;
letter-spacing : 2px;
font-weight : bold;
font-size: 14px;
height: 50px;
}
#navcontainerh ul li {
display : inline;
float: left;
height: 50px;
}
#navcontainerh ul li a {
padding : 0 20px;
background: url("images/fres1.png");
text-decoration : none;
float : left;
height: 50px;
display: block;
line-height: 50px;
}
navcontainerh ul li a:hover {
background: url("images/fres.png");
height: 50px;
}
#navlisth li a:hover, #navlisth li a:active {
text-decoration : none;
background: url("images/fres.png");
text-align : left;
font-weight : bold;
height: 50px;
font-size: 14px;
}
#navlisth li a:active, #navlisth li a:focus {
line-height: 46px;
display: block;
text-decoration : none;
text-align : left;
font-weight : bold;
height: 46px;
font-size: 14px;
padding : 0 18px;
border-top: 3px solid #FFE8FF;
border-left: 2px solid #FFE8FF;
border-right: 2px solid #FFE8FF;
border-bottom: 1px solid #FFE8FF;
}
