background issue!!
+2
Kasperx
anonymous#1
6 posters
Graphic Design Forum | GraphicsCode.net :: Graphic Design and Web Design Forums :: Scripts and Coding :: Client-Side Languages
Page 1 of 1
background issue!!
so i ant to make a background that shows behind like the whole page n i looked at my CSS stylesheet and i saw that the position of my background is in the top center so is there like a size for whole backgrounds or its just that the position control the issue??
anonymous#1- Active Member
- Posts : 464
Join date : 2009-10-14
Re: background issue!!
if no one has awsered it means no one knows how to fix the problem or they havnt seen it yet no ofenece but a little patience
Mod Edit: Removed Spam Post ~kewl
ps you already did something like this on another topic so you might get punished :S
Re: background issue!!
lolz wow get punished feels like school lolz am not disrespecting anyone n its kind of joking n the reason i did this is because i thought ppl didnt see it n if they did they would have told me anywayz sorry for disturbance and spam n w/e else i done
anonymous#1- Active Member
- Posts : 464
Join date : 2009-10-14
Re: background issue!!
dont take me wrong or anything its just:
Currently a Developer Moderator, I define spam as any post:
•Any post 3 words and under
•Excessive smileys
•Repetive posting (like "bumps" and other repeating posts)
•And general things like pornography, warez and going off topic.
Re: background issue!!
lol why excessive smileys are banned wat if someone is really happy xD
sorry
sorry
anonymous#1- Active Member
- Posts : 464
Join date : 2009-10-14
Re: background issue!!
anonymous#1 wrote:lol why excessive smileys are banned wat if someone is really happy xD
sorry
haha true i really dont get it but anyway no hard feeling s ay???
Re: background issue!!
Ok guys, settle down.
anonymous#1, though you may be in need of help, a reply with a few more words may help. Try to avoid just the one smilie, or a single solitary "bump". Could you please post your css so we can determine the issue?
BTW, no one is getting banned. I don't actually like banning, FYI.
anonymous#1, though you may be in need of help, a reply with a few more words may help. Try to avoid just the one smilie, or a single solitary "bump". Could you please post your css so we can determine the issue?
BTW, no one is getting banned. I don't actually like banning, FYI.
Admin- Webmaster
- Posts : 1156
Join date : 2009-07-12
Re: background issue!!
ok dot david thnx n i dont like banning too
@kasprex: no worries man i never hold hard feelings
here's the code:
body
{
background-attachment: fixed;
background-repeat: repeat-y;
background-position:top center;
}
@kasprex: no worries man i never hold hard feelings
here's the code:
body
{
background-attachment: fixed;
background-repeat: repeat-y;
background-position:top center;
}
anonymous#1- Active Member
- Posts : 464
Join date : 2009-10-14
Re: background issue!!
From you code, it appears to be some image which is repeating itself, and then being placed on the top center part of the screen. Is there an image attached?
To answer your question, no. Is this for a website, or a forum?
anonymous#1 wrote:so is there like a size for whole backgrounds or its just that the position control the issue??
To answer your question, no. Is this for a website, or a forum?
Admin- Webmaster
- Posts : 1156
Join date : 2009-07-12
Re: background issue!!
its for my forum hosted by forumotion!!
and i made the background myself and upload it on photobucket and placed the link so is that what u mean by image attached?
and i made the background myself and upload it on photobucket and placed the link so is that what u mean by image attached?
anonymous#1- Active Member
- Posts : 464
Join date : 2009-10-14
Re: background issue!!
Whats the image link?
Depending on your image, this should be the code used:
Something like above.
Depending on your image, this should be the code used:
- Code:
background: url("http://i36.tinypic.com/123123.png") #000000 repeat-x fixed;
Something like above.
Admin- Webmaster
- Posts : 1156
Join date : 2009-07-12
Re: background issue!!
no its not like that wait
its a silly stuff just to try it out here is the link
https://2img.net/h/i703.photobucket.com/albums/ww36/SJ12step/bg.gif
oh and this is not on CSS style sheet its on the
display> pics management > advanced mode > general/ explore > background pic thingy ...
its a silly stuff just to try it out here is the link
https://2img.net/h/i703.photobucket.com/albums/ww36/SJ12step/bg.gif
oh and this is not on CSS style sheet its on the
display> pics management > advanced mode > general/ explore > background pic thingy ...
Last edited by anonymous#1 on 2009-11-17, 13:51; edited 1 time in total
anonymous#1- Active Member
- Posts : 464
Join date : 2009-10-14
Re: background issue!!
delete this one it was suppose to be double posting!
Last edited by anonymous#1 on 2009-11-17, 13:53; edited 1 time in total (Reason for editing : double posting am trying to follow the rules)
anonymous#1- Active Member
- Posts : 464
Join date : 2009-10-14
Re: background issue!!
Hi anonymous#1!
I kinda don't understand your problem
Is that a background repeat problem or position?
I kinda don't understand your problem
Is that a background repeat problem or position?
ankillien- Member
- Posts : 28
Join date : 2009-09-04
Re: background issue!!
i dunno thats what i wanted to know from u guys lol
anonymous#1- Active Member
- Posts : 464
Join date : 2009-10-14
Re: background issue!!
Could we see your site? Can you give us a URL?
kewlkreator- Global Moderator
- Posts : 927
Join date : 2009-07-13
Re: background issue!!
for example here it is its behind as u see!!
and here is the org. pic...
https://2img.net/h/i645.photobucket.com/albums/uu176/Itsu-Tsitsi/Background.png
here's my site...
www.eciug.info
and here is the org. pic...
https://2img.net/h/i645.photobucket.com/albums/uu176/Itsu-Tsitsi/Background.png
here's my site...
www.eciug.info
anonymous#1- Active Member
- Posts : 464
Join date : 2009-10-14
Re: background issue!!
Have you tried changing your z-index?
kewlkreator- Global Moderator
- Posts : 927
Join date : 2009-07-13
Re: background issue!!
sorry to sound ignorant but whats that?
anonymous#1- Active Member
- Posts : 464
Join date : 2009-10-14
Re: background issue!!
Do they have CSS template? use that instead of this thing. I don't know why, but I just feel more familiar with CSS and not to mention I haven't used forumotion in long time.
Toxic- Member
- Posts : 31
Join date : 2009-10-13
Re: background issue!!
u guys are confusing me since i know nothing about programming!!
anonymous#1- Active Member
- Posts : 464
Join date : 2009-10-14
Graphic Design Forum | GraphicsCode.net :: Graphic Design and Web Design Forums :: Scripts and Coding :: Client-Side Languages
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum