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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T22:53:23+00:00 2026-05-27T22:53:23+00:00

Basically I am trying to to make a forum made using MyBB look more

  • 0

Basically I am trying to to make a forum made using MyBB look more personalized from the current theme. Currently the theme I have is using a 1 pixel wide 100 pixels and is using the following code to repeat that accross the background off the header to give it a gradient look:

background: #202020 url(images/1/header.png) top left repeat-x;

What I’m looking to do is have a scrolling images there. To make sure it’s 100% clear check out this link and look at the header.
Click to be Taken to Example

So basically how do I do pretty much exactly what they have done on that page with a scrolling images?

Edit: If it helps at all here is the link to the site. I’m making it for a friend:
Click

Edit2: Logo’s full css looks like this:

#logo {
background: #202020 url(images/1/pan.jpg) top left repeat-x;
border-bottom: 1px solid #000;
    text-align:center;

}

  • 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-27T22:53:23+00:00Added an answer on May 27, 2026 at 10:53 pm

    Try something like this: (see it working here)

    The HTML:

    <div id="header">header</div>
    <div id="content">content</div>
    

    The CSS:

    #header {
        width: 100%;
        height: 321px;
        background: url(http://www.vector-finder.com/site-images/too_big/fantasy_banner_vector.jpg) 0 0 repeat-x;
    }
    

    The JS:

    var banner_width = 512;
    var banner_x = 0;
    function moveBanner() {
        banner_x = (banner_x - 1) % banner_width;
        $('#header').css('background-position', banner_x + 'px 0');
    }
    setInterval(moveBanner, 50);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to make a dynamic form using Spring forms. Basically, the form
I am developing an app for sending some feedback. Basically I'm trying to make
Basically I am trying to restart a service from a php web page. Here
I am trying to make a range control which is basically a slider control
I'm trying to make like buttons on my site which basically submit a form
Basically, what I'm trying to do is simply make a small script that accesses
I am trying to make my application more customizable by allowing users to pick
I'm trying out Ninject with a winforms app (basically a sketch, I'm using it
I'm trying to write an .htaccess file that will make my URLs more attractive
I'm trying to make an app for a website, basically just loads the website.

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.