Jump to content
  • 0

Не крутиться галерея


ыра
 Share

Question

http://webtyz.ru/lessons/171010/demo/index.html - вот эту красоту хотелось бы прицепить, все прикрепила, ВРОДЕ

вылазит первая картинка, и всЁ

стучусь головой об клаву - что не так сделала, помогите, плз, это уже вторая карусель, которая у меня не крутится(((


<html>
<head>
<title>Spacegallery</title>

<script type="text/javascript" src="jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="script.js"></script>
</head>

<style>

#menuCarousel {
height:390px;
margin:90px auto 120px;
position:relative;
width:800px;
background-color:blue;
}

#menuCarousel .arrow {
width:44px;
height:44px;
background:url('bw3.jpg') no-repeat;
position:absolute;
top:50%;
margin-top:-22px;
left:0;
cursor:pointer;
}

#menuCarousel .next {
background-position:right top;
left:auto;
right:0;
}

#menuCarousel .arrow:hover { background-position:left bottom; }
#menuCarousel .next:hover { background-position:right bottom; }

#stage {
left:50%;
margin-left:-350px;
position:absolute;
width:700px;
height:100%;
}

#stage img {
display:none;
border:none;
width:256px;
height:256px;
}

#stage .default {
display:block;
left:50%;
margin-left:-135px;
position:absolute;
}

#stage .animationReady {
display:block;
position:absolute;
top:0;
left:0;
}

</style>


<body>
<div id="menuCarousel">
<div class="previous arrow"></div>
<div class="next arrow"></div>

<div id="stage">
<img class="default" src="bw3.jpg" width="256" height="256" alt="" />
<img src="lights3.jpg" width="256" height="256"alt="" />
<img src="bw2.jpg" width="256" height="256"alt="" />
<img src="lights2.jpg" width="256" height="256"alt="" />
</div>
</div>

</body>
</html>

Edited by ыра
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

первая ссылка - это образец, он работает

код сделала как предложено было в тренинге, (как сделала - выложила)

у меня в Файзиле он не работает, скрипты в браузере включены

Edited by ыра
Link to comment
Share on other sites

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • 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