background problem
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1 • Share •
background problem
guys. I wanted to change the background of the theme I am using...
and i wanted the forum content to position like this


but dunno how
help me, please
and i wanted the forum content to position like this

but dunno how
help me, pleaseLast edited by ThePrincess on July 30th 2011, 3:06 am; edited 1 time in total
Re: background problem
Hi, may I have a link to your forum please? Also, would it be possible to post the image URL of the background you're trying to add?
For your second question, I am not sure what you mean by the 'forum content to position like this'.
For your second question, I am not sure what you mean by the 'forum content to position like this'.


Tutorial Contributors - Are you a keen tutorial writer?
Useful Links
General Rules | Forumotion Team | Lost Founder Password | Frequently Asked Questions | Tricks and Tips | Announcements and Updates | Report a forum | Forum Utilities | No support via PM
Re: background problem
lovefinder.forumtl.com
here's the pic.

and I'm sorry bout that thing, I forgot to insert the pic
here's the pic.

and I'm sorry bout that thing, I forgot to insert the pic
Re: background problem
Thank you. I can add the background, but it doesn't show up very well unless you make your forum content transparent as well. Anyway please add this to your CSS code:
- Code:
body {
background-attachment: fixed;
background-color: #000000;
background-image: url("http://i52.tinypic.com/2en5ds3.jpg");
background-repeat: no-repeat;
}


Tutorial Contributors - Are you a keen tutorial writer?
Useful Links
General Rules | Forumotion Team | Lost Founder Password | Frequently Asked Questions | Tricks and Tips | Announcements and Updates | Report a forum | Forum Utilities | No support via PM
Re: background problem
Yes, that's right the CSS Stylesheet. You've added it, and I can see the background on your forum but the forum content is blocking most of it...


Tutorial Contributors - Are you a keen tutorial writer?
Useful Links
General Rules | Forumotion Team | Lost Founder Password | Frequently Asked Questions | Tricks and Tips | Announcements and Updates | Report a forum | Forum Utilities | No support via PM
Re: background problem
was it the theme? that's why the background can't make it?
and how about my desired position for the forum? can it be possible?
and how about my desired position for the forum? can it be possible?
Re: background problem
There's nothing wrong with the theme, it's the fact that the forum content is blocking the background so you can only see a little bit of the background.
I still don't understand what you mean by desired position of the forum. Could you explain further please?
I still don't understand what you mean by desired position of the forum. Could you explain further please?


Tutorial Contributors - Are you a keen tutorial writer?
Useful Links
General Rules | Forumotion Team | Lost Founder Password | Frequently Asked Questions | Tricks and Tips | Announcements and Updates | Report a forum | Forum Utilities | No support via PM
Re: background problem
hmm.
what I mean is that, I wanted the content of the forum to be place in the upper-left part of the screen, so that it won't block the text and image of the background I wanted to use... uhmm, that's it.
I hope I explain it right
what I mean is that, I wanted the content of the forum to be place in the upper-left part of the screen, so that it won't block the text and image of the background I wanted to use... uhmm, that's it.
I hope I explain it right
Re: background problem
Hi,
You'd need to fix the photo, make it bigger so it fits. You can move it to the corner
This is what you will see than http://i.imm.io/7GHf.png
It would not look good to move your forum cause of the picture. It would look bad. Put the picture in the right corner and make your forum a bit smaller, that will do.
You'd need to fix the photo, make it bigger so it fits. You can move it to the corner
- Code:
body {
background-attachment: scroll;
background-color: #000000;
background-image: url("http://i52.tinypic.com/2en5ds3.jpg");
background-position: right bottom;
background-repeat: no-repeat;
}
This is what you will see than http://i.imm.io/7GHf.png
It would not look good to move your forum cause of the picture. It would look bad. Put the picture in the right corner and make your forum a bit smaller, that will do.

Re: background problem
hmm.
maybe you're right. but can I atleast see what it looks like if I wanted the forum to be move?
And yeah, Base mentioned about the forum content to be transparent. How can it be done?
maybe you're right. but can I atleast see what it looks like if I wanted the forum to be move?
And yeah, Base mentioned about the forum content to be transparent. How can it be done?
Re: background problem
Find this in your CSS
Replace it with this
- Code:
.bodyline {
background-color: #040000;
border: 1px solid #AA96AA;
}
Replace it with this
- Code:
.bodyline {
background-color: transparent;
border: medium none;
}

The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum

Home


by ThePrincess on July 30th 2011, 3:03 am







