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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T01:56:02+00:00 2026-05-25T01:56:02+00:00

I like an effect that I have seen on a web site and I

  • 0

I like an effect that I have seen on a web site and I have been paintstakingly sifting through their javascript and CSS to see how its done. However, the site is Korean and to make it more difficult, I am not too well versed in javascript to begin with.

The site is:
http://search.naver.com/search.naver?where=nexearch&query=idolfix&sm=top_hty&fbm=1&ie=utf8

Has anyone ever seen the effect on the top right of the page where the page is updating the 10 links every few seconds – specifically the way the text scrolls in place?

  • 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-25T01:56:03+00:00Added an answer on May 25, 2026 at 1:56 am

    They have a wrapper div that has overflow: hidden.

    Then inside that div they have 2 divs with the current and the next value.

    <div class="wrap">
        <div class="current">
            foo
        </div>
        <div class="next">
            bar
        </div>
    </div>
    

    After the effect you just have to make the .next the .current one, and add a new .next value with AJAX.

    At first, the .next div is outside the .wrapper (underneath actually), then they move it up.

    The effect could easily be done with jQuery moving the two divs at the same time.

    $('.current').animate({
        'top': '-1em'
    });
    $('.next').animate({
        'top': 0
    });
    

    Here’s a live example: http://jsfiddle.net/tusbar/GFZTE/

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

Sidebar

Related Questions

I have a function that is side-effect free. I would like to run it
Can I use that effect on my controls just like the BlurEffect? If it's
Ive been looking for a jQuery menu with a slide down effect like Yoothemes.
Disclaimer: I have already seen the following questions and their solutions did not apply
I've seen statements to the effect that it is possible, even commonplace, to reference
I am currently developing a site and have a need for a javascript-based carousel/slider
I have been looking around and would like to know what everyone uses to
In Javascript, you can have lonely code blocks, that is, code blocks without an
So, I have a script I've been working on it can be seen here:
OK, I have a screen in my iPhone app that looks like the following:

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.