28112 sujets

CSS et mise en forme, CSS3

Bonjour,

J'aimerai savoir si c'est possible d'écrire un style css concernant un boutton comme ceci :

button.#info_client
{
	border-style:none;
	height:45px;
	width:132px;
	background:url("../IMAGE/valider.jpg")
}

button.#sup_cat
{
	border-style:none;
	height:45px;
	width:132px;
	background:url("../IMAGE/sup_panier.jpg")
}