Page 1 sur 1

Rotation d'élément via css

Posté : 29 août 2014, 12:42
par Larker
Bonjour à tous,

J'ai mis en place une rotation sur un élément de mon site et ça marche très bien sur firefox mais pas sur chrome et je voulais si on pouvait m'aider à corriger ce problème.

Voici le code en question :
.rotation {
	position:relative;
	border: solid #333 1px;
	background: url(/images/test.png) repeat 0 0;
	width:32px;
	transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
}
Merci