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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T06:17:19+00:00 2026-06-02T06:17:19+00:00

Ive been trying to make one and searched google for hours, but i cannot

  • 0

Ive been trying to make one and searched google for hours, but i cannot find what im after.

Basically it is an image slider that slides in from the far right of your screen(regardless of resolution) goes to the middle of the viewport then slides out the far left.

Im not a jquery wizard so i cannot complete this myself, but i have a basic understanding how it could be done.

example: https://www.tumblr.com/

Any1 know if there is something out there that works this way?

Thanks

EDIT
Im half way there, it doesnt center though

    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
<script type="text/javascript" src="http://cdn.jquerytools.org/1.2.5/full/jquery.tools.min.js"></script>
<script type="text/javascript">
    $(function () {
        $("#scroller .item").css("width", $(document).width());
        $("#scroller").scrollable({
            circular: true,
            speed: 1200
        }).autoscroll({ interval: 4000, autopause: false }).navigator();
        api = $('#scroller').data("scrollable");
        $(window).resize(function () {
            if ($('#scroller .items:animated').length == 0) {
                $("#scroller .item").css("width", $(document).width());
                nleft = $(document).width() * (api.getIndex() + 1);
                $("#scroller .items").css("left", "-" + nleft + "px");
            }
        });
        api.onSeek(function (event) {
            $("#scroller .item").css("width", $(document).width());
            nleft = $(document).width() * (api.getIndex() + 1);
            $("#scroller .items").css("left", "-" + nleft + "px");
        });
    });
</script>

HTML/ CSS

            <div id="Slider">
            <div id="area">
                <div id="scroller">
                    <div class="items">
                        <div class="item">
                            <a href="Default.aspx" class="image"><img src="Images/Slider/1_1000x350.png" alt="" width="1140" height="350" title="" /></a>
                        </div>
                        <div class="item">
                            <a href="Default.aspx" class="image"><img src="Images/Slider/2_1000x350.png" alt="" width="1140" height="350" title="" /></a>
                        </div>
                        <div class="item">
                            <a href="Default.aspx" class="image"><img src="Images/Slider/3_1000x350.png" alt="" width="1140" height="350" title="" /></a>
                        </div>
                    </div>
                </div>
            </div>
    </div>




 #Slider
{
    left:0;
    width:100%;
    height:420px;
    background-color:white;
    position:absolute;
    z-index:1;
}

#scroller 
{
    z-index:1;
    position:relative;
    overflow:hidden;
    height: 420px;
    width: 100%;
    margin: 0 0 0 0;
}

#scroller .items 
{
    z-index:1;
    position:absolute;
    width:20000em;
}

#scroller .items .item {
    width: 1140px;
    height: 420px;
    float:left;
}
  • 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-02T06:17:22+00:00Added an answer on June 2, 2026 at 6:17 am

    Finally I’ve managed to find what you want exactly and using it right now;
    http://css-plus.com/examples/plugins/PlusSlider/

    You can see full working example when you Download the slider from Github.

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

Sidebar

Related Questions

Ive been playing around with delegates trying to learn and I ran into one
I've been trying to make a datatable..but the data still does not show although
Sorry if this has been asked before, I searched but couldn't find anything. I'm
I've been trying to make this query work for the last couple of hours,
I've been trying to figure this out but can't find any answers to my
I've been trying to make this layout for weeks now but i just cant
I've been trying to look for an answer and can't seem to find one
I've been trying to make a generic class to represent a range of values
I've been trying to make GNU gdb 6.5-14 to use the source code embedded
I've been trying to make my own basic .obj (Wavefront) renderer using the OpenGL

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.