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;
}
Try something like this: (see it working here)
The HTML:
The CSS:
The JS: