Показать сообщение отдельно
  #5 (permalink)  
Старый 04.12.2013, 22:00
Интересующийся
Отправить личное сообщение для Сергей545 Посмотреть профиль Найти все сообщения от Сергей545
 
Регистрация: 30.11.2013
Сообщений: 15

Исправил, - всё РОБиииТ ребята!!!!!!!!!!

<html >
<head>
<title>ВОТ оно</title>
</head>
<script type="text/javascript" src="jquery.min.js"></script>
<script type="text/javascript" src="jQueryRotate.js"></script>
<body>
<img src="/images/loshad.png" alt="" id="rotateImg" />
<script type="text/javascript">
	jQuery("#rotateImg").rotate({ 
	   bind: 
	     { 
	        mouseover : function() { 
	            jQuery(this).rotate({animateTo:90})
	        },
	        mouseout : function() { 
	            jQuery(this).rotate({animateTo:0})
	        }
	     } 
	});
</script>
</body>
</html>
Вложения:
Тип файла: zip поворот2.zip (49.2 Кб, 26 просмотров)
Ответить с цитированием