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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T17:06:41+00:00 2026-05-23T17:06:41+00:00

My problem is this: I need to make a JQuery Image slider that resembles

  • 0

My problem is this: I need to make a JQuery Image slider that resembles a flash video. I’ve been successful so far as I have the slider going but i can’t get the text. I need the text to fade in after the image shows, similar to to how it does on this page http://absolutetileandstone.com/ . I’ve tried just about everything i can think of, including .animate() and .fadeIn() but have gotten nowhere. I’ve even added 2 sliders together and tried to sync the timing, which was impossible… Any suggestions?

Here’s the demo that has a slider inside a slider http://www.trileafweb.com/absolute

  • 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-23T17:06:42+00:00Added an answer on May 23, 2026 at 5:06 pm

    Hmm.. how about redoing the slider since the plugin doesn’t natively do the text fade.

    demo: http://jsfiddle.net/LQgw4/

    html

    <div id="container">
        <div>
            <span class="one">absolute</span>
            <span class="two">hauuu~</span>
            <img src="http://lorempixum.com/250/200/abstract/1" />
        </div>
        <div>
            <span class="one">absolute</span>
            <span class="two">uguu~</span>
            <img src="http://lorempixum.com/250/200/abstract/2" />
        </div>
        <div>
            <span class="one">absolute</span>
            <span class="two">kyaa~</span>
            <img src="http://lorempixum.com/250/200/abstract/3" />
        </div>
        <div>
            <span class="one">blerg</span>
            <span class="two">abalone</span>
            <img src="http://lorempixum.com/250/200/abstract/4" />
        </div>
    </div>
    

    css

    #container img,
    #container span {
        display:none;   
    }
    
    #container span.one,
    #container span.two {
        color:#fff;
        font:bold 30px verdana;
        position:absolute;
        left:30px;
        top:90px;
    }
    
    #container span.two {
        left:130px;
        top:120px;
        font-size:20px; 
    }
    

    jquery

    $(document).ready(function() {
        startSlider(0);
    });
    
    function startSlider(idx) {
        $img = $("#container div img").eq(idx);
        $span1 = $("#container div span.one").eq(idx);
        $span2 = $("#container div span.two").eq(idx);
    
        $img.fadeIn('slow', function() {
            $span1.delay(600).fadeIn('slow', function() {
                $span2.delay(600).fadeIn('slow', function() {
                    $span1.delay(600).fadeOut();
                    $span2.delay(600).fadeOut('fast', function() {
                        $img.fadeOut('slow', function() {
                            if ($("#container div img").length - 1 == idx) {
                                startSlider(0);
                            }
                            else {
                                startSlider(idx + 1);
                            }
                        });
                    });
                });
            });
        });
    }
    

    or if you want that first text to not fade out: http://jsfiddle.net/azzWZ/

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

The problem is this: I have multiple competing threads (100+) that need to access
I need some help in solving this problem. We have a large amount of
I need some ideas on how I can best solve this problem. I have
I have solved this problem, I just need to know what to do. I
I have a similar problem to this post . I need to display up
I have a bunch of methods that make use of jquery to basically generate
I have a jQuery problem that I can't seem to work out on my
I coded my own Jquery accordion and I have a problem. I need to
I need to solve a locking problem for this scenario: A multi CPU system.
Need some help with this problem in implementing with XSLT, I had already implemented

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.