Показать сообщение отдельно
  #5 (permalink)  
Старый 17.08.2010, 18:47
Аватар для subzey
Пионэр
Отправить личное сообщение для subzey Посмотреть профиль Найти все сообщения от subzey
 
Регистрация: 16.11.2009
Сообщений: 1,322

<style type="text/css">
.rotor {
transition: all 0s linear;
-o-transition: all 0s linear;
-webkit-transition: all 0s linear;
}
.rotor:hover {
transition: all .4s linear;
-o-transition: all .4s linear;
-webkit-transition: all .4s linear;
transform: rotate(360deg);
-o-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
}
</style>
<img class="rotor" src="http://javascript.ru/forum/image.php?u=4363&dateline=1260060405" alt="" />
<img class="rotor" src="http://javascript.ru/forum/image.php?u=501&dateline=1215635980" alt="" />
<img class="rotor" src="http://javascript.ru/forum/image.php?u=205&dateline=1210101799" alt="" />
Ответить с цитированием