The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

problem with my gif background pic

3 posters

Go down

problem with my gif background pic Empty problem with my gif background pic

Post by Guest June 2nd 2011, 11:43 am

my bg pic is a gif and it changes from a wrestler to another but on my site it doesnt.why or is there any code the link to the pic is http://www.imageurlhost.com/images/jmyf7k57qt7zmyfhhlb.gif

and the link to my forum is http://www.wwegalaxy.com
avatar
Guest
Guest


Back to top Go down

problem with my gif background pic Empty Re: problem with my gif background pic

Post by Base June 2nd 2011, 1:46 pm

Hi, your background is changing for me. What browser are you using?
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

problem with my gif background pic Empty Re: problem with my gif background pic

Post by Guest June 2nd 2011, 11:17 pm

im using google chrome and nvm the problem is solved i had to just re-open my browsers

but
my bg is getting fixed i mean i want my background to be fixed but whenever i check the bg fixed option in the pics management it doesnt help


Last edited by thedarkmenace on June 4th 2011, 12:55 pm; edited 1 time in total
avatar
Guest
Guest


Back to top Go down

problem with my gif background pic Empty Re: problem with my gif background pic

Post by Guest June 3rd 2011, 11:54 pm

bump
avatar
Guest
Guest


Back to top Go down

problem with my gif background pic Empty Re: problem with my gif background pic

Post by Guest June 5th 2011, 6:40 pm

bump
avatar
Guest
Guest


Back to top Go down

problem with my gif background pic Empty Re: problem with my gif background pic

Post by Mike June 5th 2011, 6:43 pm

If you mean your banner it works for me, but there;s no background iamge for your forum
Mike
Mike
Hyperactive

Male Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado

Back to top Go down

problem with my gif background pic Empty Re: problem with my gif background pic

Post by Guest June 5th 2011, 6:47 pm

theres a background picture but i want it to be fixed like to go across vertically and horizontally
avatar
Guest
Guest


Back to top Go down

problem with my gif background pic Empty Re: problem with my gif background pic

Post by Mike June 5th 2011, 6:48 pm

Ok..

[code]body {
background-image: url(your image);
background-repeat: repeat-xy;
}
Mike
Mike
Hyperactive

Male Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado

Back to top Go down

problem with my gif background pic Empty Re: problem with my gif background pic

Post by Guest June 5th 2011, 7:00 pm

doesnt work
avatar
Guest
Guest


Back to top Go down

problem with my gif background pic Empty Re: problem with my gif background pic

Post by Mike June 5th 2011, 7:02 pm

try:

Code:
background:  url(imagerurl) repeat-xy left top;

put that in your body tag
Mike
Mike
Hyperactive

Male Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado

Back to top Go down

problem with my gif background pic Empty Re: problem with my gif background pic

Post by Guest June 5th 2011, 7:05 pm

where can i find the body tag?
avatar
Guest
Guest


Back to top Go down

problem with my gif background pic Empty Re: problem with my gif background pic

Post by Mike June 5th 2011, 7:08 pm

UCP -> Display -> Colors -> CSS
Mike
Mike
Hyperactive

Male Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado

Back to top Go down

problem with my gif background pic Empty Re: problem with my gif background pic

Post by Guest June 5th 2011, 7:24 pm

oh and sorry for the trouble but this one doesnt work too i even tried no-repeat but doesnt work on the recent code you posted
avatar
Guest
Guest


Back to top Go down

problem with my gif background pic Empty Re: problem with my gif background pic

Post by Mike June 5th 2011, 7:36 pm

did you put your image link in?
Mike
Mike
Hyperactive

Male Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado

Back to top Go down

problem with my gif background pic Empty Re: problem with my gif background pic

Post by Guest June 5th 2011, 7:38 pm

yep
avatar
Guest
Guest


Back to top Go down

problem with my gif background pic Empty Re: problem with my gif background pic

Post by Nera. June 6th 2011, 11:46 am

Hi,

Can you explain little better.
1. You have a background with a wresller and it is changing.
2. It is repeating horizontally.

Repeating vertically?
To see the vertical repeating you have to make change your body BG attachment to scroll. Your picture is too big to see it repeating when the background is fixed. Find it in CSS and change it to scroll.
Code:
body {
    background-attachment: scroll;

If you didn't meant that can you please rephrase your question
Smile
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

problem with my gif background pic Empty Re: problem with my gif background pic

Post by Guest June 6th 2011, 7:09 pm

k

1)i have a background of wrestling which changing wrestlers.

2)the problem is i want my background image to be fixed basically i want a fixed background which fits my forum.what i mean by that is i want "NO-REPEATS"

3)I tried many codes But they dont work even if i check the "fixed background" option in the pics management area.
avatar
Guest
Guest


Back to top Go down

problem with my gif background pic Empty Re: problem with my gif background pic

Post by Nera. June 6th 2011, 7:15 pm

thedarkmenace wrote:what i mean by that is i want "NO-REPEATS"
.
O.K.
Add this to CSS
Code:
body {
    background-repeat: no-repeat;
}

Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

problem with my gif background pic Empty Re: problem with my gif background pic

Post by Guest June 6th 2011, 7:25 pm

well it worked BUT instead of getting fixed it become small and is placed in the center of my forum have a look at my forum to understand. AND IF i go to my display section in my ACP it shows it exactly how i want it to be
avatar
Guest
Guest


Back to top Go down

problem with my gif background pic Empty Re: problem with my gif background pic

Post by Nera. June 6th 2011, 7:29 pm

Actually it is the same size like before only not repeating. That is what CSS has done and what you wanted. Now you can paint your forum background as you wish.

If you want it to be bigger you'd have to make it bigger VIA photoshop program. Smile
P.S. If you want it to be placed in the corner we can also do that.
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

problem with my gif background pic Empty Re: problem with my gif background pic

Post by Guest June 6th 2011, 7:41 pm

exactly no this is not what i wanted but something similar to it
avatar
Guest
Guest


Back to top Go down

problem with my gif background pic Empty Re: problem with my gif background pic

Post by Nera. June 6th 2011, 7:44 pm

If you can explain better maybe I can help you to get it.

CSS doesn't change images. It stays the same size unless you give it properties to change. Smile
You can't make it bigger with CSS, only make it cover your forum background by repeating Smile
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

problem with my gif background pic Empty Re: problem with my gif background pic

Post by Guest June 6th 2011, 7:54 pm

but how do you want me to explain it now i just want my bg to be fixed and only this site is giving me an error not my test forum

by error i mean its not giving me a fixed bg and my test forum is also invision
avatar
Guest
Guest


Back to top Go down

problem with my gif background pic Empty Re: problem with my gif background pic

Post by Guest June 8th 2011, 11:05 pm

bump
avatar
Guest
Guest


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum