pour le rollover tu peux le faire ne css, par contre il faudra mettre tes images ne prélode dans le body vu leur taille,
je vais te mettre un code css type pour le rollover
edit le code un roll over css dans une table
#menuD{
background-color: #000000;
}
#menuD tr{
line-height: 30px;
height: 30px;
width: 150px;
color: #CF7317;
font-size: 10px;
text-align: center;
display: block;
}
#menuD tr a{
line-height: 30px;
color: #CF7317;
text-decoration: none;
height: 30px;
width: 150px;
background-repeat: no-repeat;
display: block;
background-image: url(images/bout02.jpg);
}
#menuD tr a:hover , #menuD tr a:focus{
line-height: 30px;
height: 30px;
width: 150px;
display: block;
color: #FFFFFF;
background-image: url(images/bout02_hover.jpg);
background-repeat: no-repeat;
}
#menuD tr a:active{
line-height: 30px;
background-image: url(images/bout02_active.jpg);
background-repeat: no-repeat;
height: 30px;
width: 150px;
display: block;
}
Je t'ai mi ne brute un truc que j'ai vais pour un kit graph
attention a garder les
pour les td a, sinon l'effet portera sur le texte et pas la cellule.