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.

how to make this background do this

+2
MrMario
nosz
6 posters

Go down

how to make this background do this Empty how to make this background do this

Post by nosz June 5th 2010, 6:54 pm

how to make the black background on this site http://noszscape.site-forums.com/

sorta see through
avatar
nosz
Forumember

Posts : 26
Reputation : 0
Language : english

Back to top Go down

how to make this background do this Empty Re: how to make this background do this

Post by nosz June 5th 2010, 9:05 pm

maybe if i explain more

basiclly i want the black background to be barly seeable so u can see the magic kinda stuff in the back
avatar
nosz
Forumember

Posts : 26
Reputation : 0
Language : english

Back to top Go down

how to make this background do this Empty Re: how to make this background do this

Post by MrMario June 5th 2010, 10:35 pm

how to make this background do this Warnin11Please don't double post unless it’s been 24 hours from your last post.

Admin Panel // Display // Pic Management // Simple // Background image // Add image // Save
MrMario
MrMario
Helper
Helper

Male Posts : 22186
Reputation : 1839
Language : test

Back to top Go down

how to make this background do this Empty Re: how to make this background do this

Post by nosz June 5th 2010, 11:32 pm

thats not what i mean i mean like the color background thing

admin panel// display // color // background color

i want that to be like were u can see the background through it
avatar
nosz
Forumember

Posts : 26
Reputation : 0
Language : english

Back to top Go down

how to make this background do this Empty Re: how to make this background do this

Post by Syfte June 6th 2010, 1:50 am

So you are saying you want the opacity lowered? (See pic below)
Spoiler:
Syfte
Syfte
Forumember

Male Posts : 87
Reputation : 15
Language : English | Tagalog | HTML | CSS | Graphic Design

http://www.spotfeed.net

Back to top Go down

how to make this background do this Empty Re: how to make this background do this

Post by nosz June 6th 2010, 2:46 am

yes =D and im still looking for the answer =(
avatar
nosz
Forumember

Posts : 26
Reputation : 0
Language : english

Back to top Go down

how to make this background do this Empty Re: how to make this background do this

Post by nosz June 7th 2010, 7:08 am

still need this
avatar
nosz
Forumember

Posts : 26
Reputation : 0
Language : english

Back to top Go down

how to make this background do this Empty Re: how to make this background do this

Post by Donal June 7th 2010, 8:18 am

Umm, You can try looking through your colors.

ACP>Display>Colors.
Donal
Donal
Forumember

Male Posts : 467
Reputation : 3
Language : English
Location : England

http://advertisepilot.com/

Back to top Go down

how to make this background do this Empty Re: how to make this background do this

Post by nosz June 7th 2010, 9:57 am

thats not going to make it translucent...
avatar
nosz
Forumember

Posts : 26
Reputation : 0
Language : english

Back to top Go down

how to make this background do this Empty Re: how to make this background do this

Post by nosz June 12th 2010, 10:27 pm

still need this
avatar
nosz
Forumember

Posts : 26
Reputation : 0
Language : english

Back to top Go down

how to make this background do this Empty Re: how to make this background do this

Post by Guest June 12th 2010, 10:58 pm

ACP - Display - Colors.

Body line background color :
avatar
Guest
Guest


Back to top Go down

how to make this background do this Empty Re: how to make this background do this

Post by nosz June 13th 2010, 6:17 am

im trying to make it transparent
avatar
nosz
Forumember

Posts : 26
Reputation : 0
Language : english

Back to top Go down

how to make this background do this Empty Re: how to make this background do this

Post by nosz June 14th 2010, 2:23 am

anyone please
avatar
nosz
Forumember

Posts : 26
Reputation : 0
Language : english

Back to top Go down

how to make this background do this Empty Re: how to make this background do this

Post by nosz June 14th 2010, 5:28 pm

still looking....
avatar
nosz
Forumember

Posts : 26
Reputation : 0
Language : english

Back to top Go down

how to make this background do this Empty Re: how to make this background do this

Post by nosz June 17th 2010, 7:32 am

does anyone no?
avatar
nosz
Forumember

Posts : 26
Reputation : 0
Language : english

Back to top Go down

how to make this background do this Empty Re: how to make this background do this

Post by Guest June 17th 2010, 4:25 pm

body
{
background-color:yellow;
}
h1
{
background-color:#00ff00;
}
p
{
background-color:rgb(255,0,255);
}
avatar
Guest
Guest


Back to top Go down

how to make this background do this Empty Re: how to make this background do this

Post by nosz June 17th 2010, 5:40 pm

were do i put that ?
avatar
nosz
Forumember

Posts : 26
Reputation : 0
Language : english

Back to top Go down

how to make this background do this Empty Re: how to make this background do this

Post by Guest June 17th 2010, 7:08 pm

sorry forget this. but do you want to make your background have 3 colours or 3 images?
avatar
Guest
Guest


Back to top Go down

how to make this background do this Empty Re: how to make this background do this

Post by LH Justin June 17th 2010, 9:56 pm

You can do this one of two ways. The first is to just open the image in Photoshop and lower the opacity. the second way is to enter the following code in your CSS. You can change the opacity to your liking.

Code:
body {
   background-color: #000000;
   background-image: url("http://i67.servimg.com/u/f67/15/17/34/11/bg10.jpg");
   opacity:0.7;
   filter:alpha(opacity=70);
   }
LH Justin
LH Justin
Hyperactive

Male Posts : 3686
Reputation : 121
Language : English
Location : United States

Back to top Go down

how to make this background do this Empty Re: how to make this background do this

Post by TanMan77777777 June 19th 2010, 3:49 am

Put this in your CSS.
Code:
.bodyline {
background:url('http://i65.servimg.com/u/f65/11/95/85/04/1px10.png') !important;
}

*****(Don't use both)

You can also use CSS3 if you are using Firefox, Safari, Google Chrome.
Code:
.bodyline {
background: rgba(0,0,0,.5) !important;
}

The only problem with Justin's way is that it makes everything semi-transparent. :\
TanMan77777777
TanMan77777777
Forumember

Posts : 728
Reputation : 7
Language : English, HTML, CSS

http://tanman.forumakers.com

Back to top Go down

Back to top


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