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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T03:56:46+00:00 2026-06-17T03:56:46+00:00

I have a main container div such as: <div id=ourCustomers style=height:300px;float:right;width:480px;> <div id=topOurCust style=height:150px;width:480px;>

  • 0

I have a main container div such as:

<div id="ourCustomers" style="height:300px;float:right;width:480px;">
        <div id="topOurCust" style="height:150px;width:480px;">
            <div id="topLeftCust" style="height:150px;width:240px;float:left;">
                <img id="tl1" src="/images/1.png" />
                <img id="tl2" src="/images/2.png" />
            </div>
            <div id="topRightCust" style="height:150px;width:240px;float:right;">
                <img class="one" src="/images/3.png" />
                <img class="two" src="/images/4.png" />
            </div>
        </div>
        <div id="btmOurCust" style="height:150px;width:480px;">
            <div id="btmLeftCust" style="height:150px;width:240px;float:left;">
                <img class="one" src="/images/5.png" />
                <img class="two" src="/images/6.png" />
            </div>
            <div id="btmRightCust" style="height:150px;width:240px;float:right;">
                <img class="one" src="/images/7.png" />
                <img class="two" src="/images/8.png" />                    
            </div>
        </div>
 </div>

What I want to do is to display one image in each square, then flip out the top left image with the other image in that div, wait like 4 seconds, then flip out the top right image with the other image in that div (and the same with the other divs).

I’ve tried using the jquery toggle method and the delay (sorry I don’t have that code handy, on other system), but what happened was that I was displaying both images, watching them both hide, then watching them both display. Plus I would have to write the logic for every image, and I’m sure there’s a way to do this easier.

Do I need to use the Javascript timer method? Can I use jQuery toggle like I was before?

  • 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-06-17T03:56:47+00:00Added an answer on June 17, 2026 at 3:56 am

    I would recommend using the jQuery cycle plugin:

    http://jquery.malsup.com/cycle/

    Then you could instantiate the cycle plugins something like this:

    $('#topLeftCust').cycle({ 
        delay: 0, 
        timeout: 16000 
    });
    
    $('#topRightCust').cycle({ 
        delay: 4000, 
        timeout: 16000 
    });
    
    $('#btmLeftCust').cycle({ 
        delay: 8000, 
        timeout: 16000 
    });
    
    $('#btmRightCust').cycle({ 
        delay: 12000, 
        timeout: 16000 
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Description: I have a page, with a container (div.display). The div for the main
I have a main container div in the center of my webpage. This is
i have inside the body main 'container' div and inside this 'container' div there
I have a main container <div> which holds 4 or 5 other sub <div>
I have a #main div nested within a container div that I want to
I have div container with width 100%. I need to make a content hide
I have a main container DIV for the content of my page, that is
I have a main container div that I want to resize dynamically. In a
I have a main container div, and I'd like it to be margined from
Basically, I have a main container div with nested content. This div is has

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.