28220 sujets
Tu peux faire ça très facilement, exemple :
Tu peux affiner le positionnement de tes images de fond avec les proriétés :
Modifié par RorolePro (08 Jul 2005 - 01:11)
.submit {
background-image: url('img1.gif');
}
.submit:hover, .submit:focus {
background-image: url('img2.gif');
}
.submit:active {
background-image: url('img3.gif');
}
Tu peux affiner le positionnement de tes images de fond avec les proriétés :
background-repeat: no-repeat;
background-position: center;
Modifié par RorolePro (08 Jul 2005 - 01:11)