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

  • Home
  • SEARCH
  • 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 3854476
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T17:37:44+00:00 2026-05-19T17:37:44+00:00

So I have a div with a set width and height, and I want

  • 0

So I have a div with a set width and height, and I want the content inside to slide automatically (without hover or interaction from the user) after like so many seconds to reveal different content. What my actual goal is, I have boxes with an audio player and the notes of the generated content, and I want it to slide up down or left right whatever, to reveal the artist blabhalbalh. You can see what I’m talking about at here.

Oh, silly me. A good example would be Windows Phone 7 live tiles, thats actually what I’m basing it off of.

  • 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-19T17:37:45+00:00Added an answer on May 19, 2026 at 5:37 pm
        var swap = false;
        var w = 309;
        var h = 261;    
        var i = 0;
        var x = 0;
        var q = 1;
        var t;
    
        window.onload=function(){
            i = initPortfolio();
            setTimeout("portfolioRotate()",2000);
        }
    
        function initPortfolio(){
            $('.portfolio-item').each(function(index){i = i+1;});
            for(var n=1;n<=i;n=n+1){
                lpos = w * n - w;
                $('#item-'+n).css('left',lpos);
            }
            $('.offs').css('display','block');
            x =  i * w - w;
            return i;
        }
        function portfolioRotate(){
            swap = false;
            $('.portfolio-item').animate({left:'-='+w},6000,function(){
                nn = this.id.split("-")[1];
                if(q==nn && swap==false){
                    $('#item-'+q).css('left',x);
                    if(q<i){q=q+1}else{q=1};
                    swap = true;
                    u=setTimeout("portfolioRotate()",2000);
                }
            });
        }
    
            <div id="portfolio-container">
                <div class="portfolio-item" id="item-1"></div>
                <div class="portfolio-item" id="item-2"></div>
                <div class="portfolio-item" id="item-3"></div>
                <div class="portfolio-item offs" id="item-4"></div>
            </div>
    
        .offs{
            display:none;
        }
        #portfolio-container{
            width:927px;
            height:318px;
            margin-top:30px;
            position:relative;
            overflow:hidden;
        }
        .portfolio-item{
            width:309;
            padding-top:20px;
            position:absolute;
            height:100%;
    
        }
    

    This might be terrible, but I just pulled it from something I was working on recently. Let me know if it isn’t sliding, or needs explanation. using jQuery. there is probably a way better way to position the components initially with css.

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

Sidebar

Related Questions

I have a div with a set height of 200, and sometimes there's enough
I have a MasterPage, with my Usercontrol inside a div. I can set visible=false
I have a div that has it's opacity set to 60. Inside the div,
I have a div tag styled through CSS. I set the padding to 10px
I have a div with overflow:hidden , inside which I show a phone number
I have div containing a list of flash objects. The list is long so
I have a div and an iframe on the page the div has z-index:
I have a div in which a page is loaded with the DojoX Layout
I have a div with a <h1> tag in a div, with no margins.
I have a div container and have defined its style as follows: div#tbl-container {

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.