Есть скрипт указанный ниже. Все отлично работает. Но уже третий день бьюсь над тем, чтобы сделать следующее: "необходимо чтобы при наведении курсора мыши на карусель (на одну из фото), карусель останавливалась, при убирании курсора, снова начинала двигаться"
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Здравствуйте, подскажите какой тег использовать для увеличения значения, пример на картинке.
Вроде, про такой тег я слышала. Если есть тег прогресс бар, значит и такое должно быть.
Question
DAZ
Есть скрипт указанный ниже. Все отлично работает. Но уже третий день бьюсь над тем, чтобы сделать следующее: "необходимо чтобы при наведении курсора мыши на карусель (на одну из фото), карусель останавливалась, при убирании курсора, снова начинала двигаться"
<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>
Помогите, если у кого есть мысли как это сделать.
Спасибо!
Edited by DAZLink to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.