Jump to content

DAZ

Newbie
  • Posts

    1
  • Joined

  • Last visited

DAZ's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. Есть скрипт указанный ниже. Все отлично работает. Но уже третий день бьюсь над тем, чтобы сделать следующее: "необходимо чтобы при наведении курсора мыши на карусель (на одну из фото), карусель останавливалась, при убирании курсора, снова начинала двигаться" <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="http://www.xxx.net/examples/css/examples.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="js/jquery-1.3.2.min.js"></script> <script type="text/javascript" src="js/jcarousellite.js"></script> <script type="text/javascript"> jQuery(function(){ jQuery(".gallery").jCarouselLite({ auto: 800, speed: 1000 }); }); </script> <style type="text/css"> <!-- li{ float:left; margin:10px; } --> </style> <div class="main"> <div class="gallery"> <ul> <li><img src="img/pic1.jpg" height="113px" width="150px" alt=""/></li> <li><img src="img/pic2.jpg" height="113px" width="150px" alt=""/></li> <li><img src="img/pic3.jpg" height="113px" width="150px" alt=""/></li> <li><img src="img/pic4.jpg" height="113px" width="150px" alt=""/></li> <li><img src="img/pic5.jpg" height="113px" width="150px" alt=""/></li> <li><img src="img/pic6.jpg" height="113px" width="150px" alt=""/></li> <li><img src="img/pic7.jpg" height="113px" width="150px" alt=""/></li> </ul> </div> Помогите, если у кого есть мысли как это сделать. Спасибо!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy