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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T15:15:20+00:00 2026-06-11T15:15:20+00:00

I am looking for a jQuery carousel similar to the one on Blizzard’s homepage

  • 0

I am looking for a jQuery carousel similar to the one on Blizzard’s homepage where it is centered, does not display the horizontal scroll bars even though the carousel’s content is outside of the browser’s width, supports image crossfading, and includes pagination.

I have played with SlidesJS and carouFredSel but these carousels are not compatable. After spending hours testing, I realized it is because these plug-ins rely on a having a fixed width for the container which causes the horizontal scroll bars to appear when the carousel is wider then the browser width.

I am wondering if there is a carousel that uses a similar code structure, and embeds the image as the background of the div via CSS:

<div id="carousel">
  <div class="slide">
    <div class="content">Slide01</div>
  </div>
  <div class="slide">
    <div class="content">Slide02</div>
  </div>
  <div class="slide">
    <div class="content">Slide03</div>
  </div>
</div>

.carousel {
  margin: 0 auto;
}

.slide {}

.content {
  background: url(http://www.placehold.it/1200x500 center top no-repeat;
  min-width: 960px;
  height: 500px;
}
  • 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-11T15:15:21+00:00Added an answer on June 11, 2026 at 3:15 pm

    for one, the blizzard slider is flash based. to get this to work with jquery you will have to do a jquery function to trigger on resize to get window width:

    $(window).resize(function(){
           var w = $(window).width(); 
           $('#sliderContainer').css({width: w});
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am looking for a simple jQuery carousel example(s) that does not require a
I am looking for jQuery Solution to display the 4 values on a horizontal
I am looking to create a carousel or scroll using jQuery, so far, I
I was looking at the tutorial at http://jqueryfordesigners.com/jquery-infinite-carousel/ . I tried creating something similar
I am looking fo ra jQuery plugin that does the following behaviour: 1. Find
as so many other people I am looking for a carousel for my homepage.
What I'm looking for is a jQuery image slider that shows one image at
I'm looking at jQuery source code for tracking the domready event and there's one
Observe that the jQuery UI CSS does not pass validation. I try to adhere
I am looking for a jQuery carousel style plugin which can handle form elements.

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.