MyBB Community Forums

Full Version: How to make a fixed background and bar.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi everyone Smile
I'm using this skin
http://www.mediafire.com/?y0c36jnmf63vyr5

You can see the demo here : http://jen_vuongyen.freevnn.com/forums

[Image: 01.jpg]

I want the green bar to be fixed, not repeated ( Now this bar formed by repeating a green piece)

For example, it should look like this
[Image: 02.jpg]

_____

The background is also repeated. I want a FIXED background. When I scroll the mouse, the background doesn't move.

Please help me Smile

Thanks a lot!
Whoaaa~~ Guys! I really need this .. Please help me Smile
Guys!!! Sorry but are you there???
You will need to edit the theme's CSS. This will help you with that:
http://www.w3schools.com/css/css_background.asp
Why do you want to fix the thead? It works fine by repeating Confused
(2011-01-09, 08:12 PM)Tom K. Wrote: [ -> ]Why do you want to fix the thead? It works fine by repeating Confused

Because I want to put something "special" onto the bar Smile
What do you mean? You could just repeat the background, then div align the "special" thing Toungue
search your background code,

background :url(images/yourbg.gif) repeat-x;

or repeat-y

Thanks for every of yours support. I've finally known how to make the bg stop

my site: http://jen_vuongyen.freevnn.com/forums/

Above is the demo ~ u can see it Smile

Well, I make it stop repeating already ... but well ~~ its not what I want ...

Like this: http://ukisshard.4umer.com/

You can see that the bg stands still even when I scroll my mouse Smile

Any idea?
Ok you simply need to make the background "fixed" in the CSS, add this to the background tag:

background-attachment:fixed;
Thanks, everyone Smile I can do it nĘ” Big Grin
Love,
Jen
OBRIGADO !!