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 6712179
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T08:13:44+00:00 2026-05-26T08:13:44+00:00

This was the original division: after applying jquery cycle plugin the image gets out

  • 0

This was the original division:

http://i.imgur.com/DAoya.png

after applying jquery cycle plugin the image gets out of its bottom border like this:

http://i.imgur.com/4XXgi.png

Any ideas why ?

Here is the css of the division:

#hero {
float: right;
border-top: 1px solid #FFF;
width: 725px;
height: 370px;
background: #666;
}

#wave {
width: 970px;
height: 40px;
position: absolute;
left: 0;
bottom: 0;
background: url(../img/wave.png) no-repeat bottom left;
}
  • 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-26T08:13:45+00:00Added an answer on May 26, 2026 at 8:13 am

    The cycle plugin uses the z-index, that is likely the source for your problem. From the cycle plugin code:

    // set position and zIndex on all the slides
        $slides.css({position: 'absolute', top:0, left:0}).hide().each(function(i) {
            var z;
            if (opts.backwards)
                z = first ? i <= first ? els.length + (i-first) : first-i : els.length-i;
            else
                z = first ? i >= first ? els.length - (i-first) : first-i : els.length-i;
            $(this).css('z-index', z)
        });
    

    I’d play with the z-index of the “wave” and see if that doesn’t help.

    #wave {
    width: 970px;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../img/wave.png) no-repeat bottom left;
    z-index: 99;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

The original query looks like this (MySQL): SELECT * FROM books WHERE title LIKE
[Original] I have a ListBox which has its ItemsSource (this is done in the
UPDATE: This question is out of date, but left for informational purposes. Original Question
I wrote a T-SQL Statement similar like this (the original one looks different but
Here's what I'd like to achieve: sub first { print this is original first;
I have optimized a complex Oracle statement using temporary table like this : original
I'm trying a redirect on a page that goes like this: original URL: http://www.foo.com/products/
A gotcha I've run into a few times in C-like languages is this: original
I've editing this original question as I think I've narrowed down the problem... I
This is a continuation of this question: Original Question (SO) The answer to this

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.