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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T10:19:08+00:00 2026-05-30T10:19:08+00:00

Currently I have it setup like this. <ul id=slide> <li><img src=><div class=info>TEST1</div></li> <li><img src=><div

  • 0

Currently I have it setup like this.

<ul id="slide">
<li><img src=""><div class="info">TEST1</div></li>
<li><img src=""><div class="info">TEST2</div></li>
</ul>

But instead I want it like this.

<ul id="slide">
<li><img src=""></li>
<li><img src=""></li>
</ul>

<ul id="slideinfo">
<li><div class="info">TEST1</div></li>
<li><div class="info">TEST2</div></li>
</ul>

So on focus, show the first div if blur hides’ and then show the next one.
Here’s js. http://fredhq.com/projects/roundabout#/api

  • 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-30T10:19:10+00:00Added an answer on May 30, 2026 at 10:19 am

    Add id’s to your slide info divs… like id=”info-1″ etc, so you know which caption to show

    //roundabout update info
    var currentChild = 0;
    
    
    //on the start of the animation, all captions will be erased
    
        $("ul#slide").bind( 'animationStart', function() {
    
            $(".info").fadeOut('fast');
        });
    
    //on the end of the animation, the caption corresponding to the slide will fade in
    
        $("ul#slide").bind( 'animationEnd', function() {
    
           currentChild = $("ul#slide").roundabout("getChildInFocus");
    
    
                $("#info-"+currentChild).stop().fadeIn('fast');
        });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I currently have my PHP class variables set up like this: class someThing {
I currently have a unittest.TestCase that looks like.. class test_appletrailer(unittest.TestCase): def setup(self): self.all_trailers =
I currently have a model set up like so: I have a Test class
HTML: <br /> <div class=UpperTitle> <img src=Images/CableSolve Logo.jpg align=absmiddle padding-right: 10px; /> CableSolve Web
I currently have a simple setup: a centered container div that is 90% width
Currently I have a root-level repository set up for each project, like so: Project1
I currently have mirroring setup between three computers, principle, mirror, and witness. During the
I currently have replication setup on MySQL 4.1 (master, named radius) to MySQL 5.0
I currently have a news website setup in PHP/MYSQL that's a bit old and
We currently have a single installation multi-site setup, hosted in Europe, and are looking

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.