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.

Slightly transparent body background...

3 posters

Go down

Slightly transparent body background... Empty Slightly transparent body background...

Post by LukeGab February 28th 2010, 6:26 pm

Can anyone help? I want to make my body line background slightly transparent.

Luke
avatar
LukeGab
Forumember

Posts : 32
Reputation : 0
Language : English

Back to top Go down

Slightly transparent body background... Empty Re: Slightly transparent body background...

Post by LukeGab March 1st 2010, 11:42 pm

Bump

Any ideas?
avatar
LukeGab
Forumember

Posts : 32
Reputation : 0
Language : English

Back to top Go down

Slightly transparent body background... Empty Re: Slightly transparent body background...

Post by LukeGab March 2nd 2010, 11:23 pm

Bump
avatar
LukeGab
Forumember

Posts : 32
Reputation : 0
Language : English

Back to top Go down

Slightly transparent body background... Empty Re: Slightly transparent body background...

Post by ankillien March 6th 2010, 10:16 am

Hello,
Please try adding this code to your forums CSS..

Code:
.bodyline {
opacity : 0.7;
}
ankillien
ankillien
Energetic

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

Back to top Go down

Slightly transparent body background... Empty Re: Slightly transparent body background...

Post by LukeGab March 6th 2010, 9:28 pm

Thanks for trying - but that didn't work. It makes my whole forum slightly darker...

Any other ideas?

Luke
avatar
LukeGab
Forumember

Posts : 32
Reputation : 0
Language : English

Back to top Go down

Slightly transparent body background... Empty Re: Slightly transparent body background...

Post by --kml-- March 7th 2010, 1:06 am

what is your forum link? and maybe it is your background which is dark .
--kml--
--kml--
Forumember

Male Posts : 456
Reputation : 1
Language : english

http://kmlforumhl.forumotion.net/forum.htm

Back to top Go down

Slightly transparent body background... Empty Re: Slightly transparent body background...

Post by LukeGab March 7th 2010, 1:36 am

http://oeoutlaws.forumotion.com/index.htm

But I will be doing a whole new make over as my clan migrates games.
avatar
LukeGab
Forumember

Posts : 32
Reputation : 0
Language : English

Back to top Go down

Slightly transparent body background... Empty Re: Slightly transparent body background...

Post by ankillien March 7th 2010, 3:50 am

Try this code please...

Code:
.bodyline {
   -khtml-opacity : 0.5;
   -moz-opacity : 0.5;
   filter : alpha(opacity=50);
   opacity : 0.5;
}
ankillien
ankillien
Energetic

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

Back to top Go down

Slightly transparent body background... Empty Re: Slightly transparent body background...

Post by LukeGab March 7th 2010, 6:04 am

Thanks for trying - but your code makes EVERYTHING slightly clear.

We are getting closer...
avatar
LukeGab
Forumember

Posts : 32
Reputation : 0
Language : English

Back to top Go down

Slightly transparent body background... Empty Re: Slightly transparent body background...

Post by LukeGab March 7th 2010, 8:56 pm

Is it possible to have a image as the body line instead of a color? That would work.
avatar
LukeGab
Forumember

Posts : 32
Reputation : 0
Language : English

Back to top Go down

Slightly transparent body background... Empty Re: Slightly transparent body background...

Post by LukeGab March 7th 2010, 9:04 pm

I figured it out! I'm so happy, this is the first time I was able to figure out some code on my own! Very Happy

The code for a slightly transparent body line:

Code:
.bodyline {
background : url(http://img121.imageshack.us/img121/9199/bckgrnd.png) repeat;
}

Someone should, like, sticky this or something.

Thanks,
Luke
avatar
LukeGab
Forumember

Posts : 32
Reputation : 0
Language : English

Back to top Go down

Back to top

- Similar topics

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