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.

Major Coding (need help)

2 posters

Go down

Major Coding (need help) Empty Major Coding (need help)

Post by LiLura September 30th 2009, 5:49 am

Okay so I'm still a beginner in codes, even though I'm getting use to it...this is a big job. And I don't even know if it is possible. So I was wondering if anyone can give a code to set this picture: http://64.34.162.133/uploads2/101086_-_darkforest.jpg as the background on this site: http://spiritguardians.darkbb.com/forum.htm and that the forum is see-through; to be able to see the background... Thanks in advance! And I appreciate any help on this.
LiLura
LiLura
New Member

Female Posts : 14
Reputation : 0
Language : English
Location : Everywhere, Nowhere

Back to top Go down

Major Coding (need help) Empty Re: Major Coding (need help)

Post by ankillien September 30th 2009, 4:51 pm

Hello,

You can go to Admin CP > Display > Colors > CSS
Add this code there and submit.

Code:
body {
background : url(http://64.34.162.133/uploads2/101086_-_darkforest.jpg) repeat top left fixed;
}
#wrap {
width : 800px;
opacity : 0.9;
}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Major Coding (need help) Empty Re: Major Coding (need help)

Post by LiLura September 30th 2009, 5:35 pm

Thank you for that! And it did kind of worked. But how can I get it so where I can see the full background? Make the forum see-through?
LiLura
LiLura
New Member

Female Posts : 14
Reputation : 0
Language : English
Location : Everywhere, Nowhere

Back to top Go down

Major Coding (need help) Empty Re: Major Coding (need help)

Post by ankillien September 30th 2009, 5:39 pm

Well, its not impossible but it won't really look good, I think.
Try decreasing the opacity : 0.9 in the code that I gave you.
Set it to 0.5 or 0.2 or any you want. It will make everything transparent including the images and text.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Major Coding (need help) Empty Re: Major Coding (need help)

Post by LiLura September 30th 2009, 5:43 pm

I did, it didn't change anything.
LiLura
LiLura
New Member

Female Posts : 14
Reputation : 0
Language : English
Location : Everywhere, Nowhere

Back to top Go down

Major Coding (need help) Empty Re: Major Coding (need help)

Post by ankillien September 30th 2009, 5:47 pm

After making changes you must hit the submit button and then refresh the forum index page to see the changes.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Major Coding (need help) Empty Re: Major Coding (need help)

Post by LiLura September 30th 2009, 5:55 pm

Okay, I did that but nothing changed.
LiLura
LiLura
New Member

Female Posts : 14
Reputation : 0
Language : English
Location : Everywhere, Nowhere

Back to top Go down

Major Coding (need help) Empty Re: Major Coding (need help)

Post by Guest September 30th 2009, 7:01 pm

In order to properly support opacity, you need additional code. Below this line:

Code:
opacity: 0.9;
add another line, so it looks like this:

Code:
opacity: 0.9;
filter: alpha(opacity=90);
The first line is how all but one current browser supports opacity. The second line is how Internet Explorer supports opacity. The first line will accept a number between 0 and 1. The second line will accept a number between 0 and 100. Whenever you change one line, you need to change the other as well. Just remember that the number in the second line is 100x the number in the first line.

Some ancient browsers use different methods to support opacity, but there is no need to worry about those browsers. If someone complains, tell them to upgrade to a browser written in this millennium!
avatar
Guest
Guest


Back to top Go down

Major Coding (need help) Empty Re: Major Coding (need help)

Post by LiLura September 30th 2009, 8:05 pm

Thank you Dion, but for some reason it's still not working.
LiLura
LiLura
New Member

Female Posts : 14
Reputation : 0
Language : English
Location : Everywhere, Nowhere

Back to top Go down

Major Coding (need help) Empty Re: Major Coding (need help)

Post by ankillien October 1st 2009, 6:53 am

What browser do you use?
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Major Coding (need help) Empty Re: Major Coding (need help)

Post by LiLura October 2nd 2009, 3:40 pm

I use firefox.
LiLura
LiLura
New Member

Female Posts : 14
Reputation : 0
Language : English
Location : Everywhere, Nowhere

Back to top Go down

Major Coding (need help) Empty Re: Major Coding (need help)

Post by ankillien October 3rd 2009, 2:20 pm

It should work.
Try this code. Add it to Admin CP > Display > Colors >CSS
Add it and then submit.

Code:
#wrap {
opacity : 0.8;
}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Back to top

- Similar topics

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