Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6947365
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T13:41:03+00:00 2026-05-27T13:41:03+00:00

I am having issues with my jQuery animation using elastislide as you can see

  • 0

I am having issues with my jQuery animation using elastislide as you can see in my DEMO. When you load the page all boxes bar the one on the left hand side load correctly of the clients specifications of -25px. What I would like to do is have all four boxes show correctly. I also have noted when you hover over the last box the tail disappears, this should be the same as the first box.

Homepage jQuery:

$(".es-carousel ul li").hover(function(){
     $(this).children('span').animate({left:"20px"},{queue:false,duration:300});
     $(this).children('b').animate({top:"0px"},{queue:false,duration:300});
}, function() {
 $(this).children('span').animate({left:"20px"},{queue:false,duration:300});
     $(this).children('b').animate({top:"20px"},{queue:false,duration:300});
});

HTML:

<!-- Elastislide Carousel -->
        <div id="carousel" class="es-carousel-wrapper">
            <div class="es-carousel">
                <ul>
                    <li><a href="#"><img src="images/image_14.jpg" alt="image01" /></a><span class="carousel_caption">Lorem ipsum sit amet</span><b>+</b></li>     
                    <li><a href="#"><img src="images/image_14_2.jpg" alt="image02" /></a> <span class="carousel_caption">Sed do eiusmod tempor</span><b>+</b></li>
                    <li><a href="#"><img src="images/image_14_3.jpg" alt="image03" /></a> <span class="carousel_caption">Tempor ut labore</span><b>+</b></li>
                    <li><a href="#"><img src="images/image_14_4.jpg" alt="image04" /></a> <span class="carousel_caption">Dolore magna</span><b>+</b></li>
                    <li><a href="#"><img src="images/image_14_5.jpg" alt="image05" /></a> <span class="carousel_caption">Lorem ipsum sit amet</span><b>+</b></li>
                    <li><a href="#"><img src="images/image_14_6.jpg" alt="image06" /></a> <span class="carousel_caption">Sed do eiusmod tempor</span><b>+</b></li>
                    <li><a href="#"><img src="images/image_14_7.jpg" alt="image07" /></a> <span class="carousel_caption">Lorem ipsum sit amet</span><b>+</b></li>
                    <li><a href="#"><img src="images/image_14_8.jpg" alt="image08" /></a> <span class="carousel_caption">Dolore magna</span><b>+</b></li>
                </ul>
            </div>
        </div>
        <!-- End Elastislide Carousel -->

CSS:

.es-carousel-wrapper{padding:40px 0 0 0; position:relative;clear:both;}
.es-carousel{overflow:hidden;}
.es-carousel ul{display:none; padding:0px; margin:0px;}
.es-carousel ul li{height:100%;float:left;display:block; position: relative;}
.es-carousel ul li span.carousel_caption{ position:absolute; bottom:10px; left:-25px; background:url(images/slider_caption_bg.png) no-repeat; width:190px; color: #fff; padding:5px;}
.es-carousel ul li b{ position:absolute; right:0px; top:-20px;background:url(images/slider_caption_bg.png) repeat;color: #fff; padding:3px 5px;}
.es-carousel ul li a{display:block;}
.es-carousel ul li a img{display:block;border:none;max-height:100%;max-width:100%;padding:0px; margin:0px;}
.es-nav{display:none;}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T13:41:04+00:00Added an answer on May 27, 2026 at 1:41 pm

    Looks like the problem for both the first and the last boxes, is that they are going outside your div with the class “es-carousel” you need to play with it’s width and it’s padding.

    looks like you can fix it by updating your css to this padding.
    would that work?

    .es-carousel-wrapper {
    padding-top: 40px;
    padding-left: 30px;
    position: relative;
    clear: both;
    }
    
    .es-carousel {
    overflow: hidden;
    padding: 0 10px 0 25px;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Having issues trying to select html injected into the DOM using jquery's load. Works
I am having jQuery animation issues... I have a footer with a hidden div
I'm having issues with multiple jQuery dialogs. The first one opens fine - is
I am having issues with loading external javascript using JQuery. Every time when I
I'm using the DataTables jQuery plugin and am having issues with the First and
I'm having issues getting jQuery tooltips (using Tipsy) to work. The tooltips work fine
I'm having issues with some jQuery code I have. Using $.each I am looping
I'm having issues with using the treeTable jquery plugin ( http://plugins.jquery.com/project/treeTable ) inside an
I'm using a jQuery plugin called Cycle and I am having issues with the
I am using this plugin: http://malsup.com/jquery/form/#getting-started I am having issues, getting it to submit

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.