Welcome to Gaia! :: .: Making Custom Profiles :. Everything You Need To Know | Forum

Register FaceBook Login Login

 

 
GST

Welcome to Gaia's forums, where millions of members gather to discuss random stuff, make new friends,
complain about life, argue about nothing, laugh at dumb pictures, discuss serious issues and/or curse like sailors.

Lurking is creepy. Quit skulking in the shadows and join the conversation!

Register to reply

Advertisement

Did you find this helpful?

Yes 0.4487807866683 44.9% [ 7325 ]
No 0.041600294081608 4.2% [ 679 ]
Sort of... 0.14906261487563 14.9% [ 2433 ]
I'm so confuuuuused T_T 0.36055630437446 36.1% [ 5885 ]
Total Votes: 16322
Share:  
forum:170, topic:11090854
ok how do u make the content transparent and still see all of the background
 
     
 
Deep J
Raptor Alpha
Deep J
Okay so. I need a little help. I cannot get my about section to be all red static and I used the repeat image background code. Tried almost every bg code I could find and it still doesn't work. here is the code I currently have put in which only did a small portion of my about bg section

#about { background: url('http://i33.photobucket.com/albums/d73/cherryfaerie/backgrounds/redstatic.gif'); repeat: yes; }


Try this.
#about { background: url('http://i33.photobucket.com/albums/d73/cherryfaerie/backgrounds/redstatic.gif') repeat; }


Still the same way it was in the first place.


Deep J, try using this code;
#about { background: url(http://i33.photobucket.com/albums/d73/cherryfaerie/backgrounds/redstatic.gif) repeat; }

There was an unneeded ( ; ) after the url, remember to check for typos 3nodding

Hope that helps
     

I try to make sense..
..but I'm not very good at explaining things
I solved the text problem, I just put the color part in a different code and it worked. Now I have one last question... if anyone knows what I'm talking about, I was wondering about the white space that shows on the two side of the multimedia section; is there anyway to get rid of/ or cover it?
 
     
Become one of my followers!
http://www.gaiaonline.com/demonbusters?sub=followers&user_id=3809627
What should shy draw for her sig? <3
Artwork
 
wow...now im gonna go and make my own profile! xd
     

Total Value: 262,975 Gold, 1,000 Tickets
[Item Information]
sasuke_curse_mark
ok how do u make the content transparent and still see all of the background
Your stuff will move around a bit but here it is:

#site {FILTER: alpha(opacity=25) moz-opacity: 0.7; opacity: 0.7; khtml-opacity: 0.7; MARGIN: 0px auto; content: url()}
a img {filter:alpha(opacity=60) -moz-opacity:0.6; opacity:0.6; -khtml-opacity:0.6;}
a:hover img {filter:none; -moz-opacity:1.0; opacity:1.0; -khtml-opacity:1.0;
 
     
 
Are there such things are codes for the homes and equipment list? Kind of like what the new profile can do with all those categories? Please, if someone knows, tell me if there's such a thing or not.

Every time when I come here, my questions are never answered. crying
     
Shygypsy
I solved the text problem, I just put the color part in a different code and it worked. Now I have one last question... if anyone knows what I'm talking about, I was wondering about the white space that shows on the two side of the multimedia section; is there anyway to get rid of/ or cover it?

You probably have to put it on transparent or else, your theme will have to be set on custom. I was testing out some stuff with profiles and when I set my things other than custom, the background turns white... so try that. :3
 
     
 
sasuke_curse_mark
ok how do u make the content transparent and still see all of the background

Well, the code that I always use is this:

#content {background: transparent; border: 0px; }
     
I know you're wanting to redo the alignment part of your profile help, but I had a quick question. I can make the sections move right to left, but how can I make them move up or down? I made a deisgn on paper, and all I need to do is move a few things up. Any tips on how?

((sorry if this was asked before >.< didn't want to read through all 201 pages...))
 
     
 
I Am Your Fallen Angel
I know you're wanting to redo the alignment part of your profile help, but I had a quick question. I can make the sections move right to left, but how can I make them move up or down? I made a deisgn on paper, and all I need to do is move a few things up. Any tips on how?

((sorry if this was asked before >.< didn't want to read through all 201 pages...))


For example:

#profile { background: transparent;
position: absolute;
top: 290px;
left: 0px; }


the top determines rather it'll move up or down. The bigger the number, the lower it'll go.

I hope that helped. :3
     
Akahime_chan
I Am Your Fallen Angel
I know you're wanting to redo the alignment part of your profile help, but I had a quick question. I can make the sections move right to left, but how can I make them move up or down? I made a deisgn on paper, and all I need to do is move a few things up. Any tips on how?

((sorry if this was asked before >.< didn't want to read through all 201 pages...))


For example:

#profile { background: transparent;
position: absolute;
top: 290px;
left: 0px; }


the top determines rather it'll move up or down. The bigger the number, the lower it'll go.

I hope that helped. :3
ah! I was trying that with relative razz

can I still use the width with that?

*edit
It works with width XD
 
     
 
I Am Your Fallen Angel
Akahime_chan
I Am Your Fallen Angel
I know you're wanting to redo the alignment part of your profile help, but I had a quick question. I can make the sections move right to left, but how can I make them move up or down? I made a deisgn on paper, and all I need to do is move a few things up. Any tips on how?

((sorry if this was asked before >.< didn't want to read through all 201 pages...))


For example:

#profile { background: transparent;
position: absolute;
top: 290px;
left: 0px; }


the top determines rather it'll move up or down. The bigger the number, the lower it'll go.

I hope that helped. :3
ah! I was trying that with relative razz

can I still use the width with that?

Yes, it should still work. If not, just use absolute. xD
     
Akahime_chan
I Am Your Fallen Angel
Akahime_chan
I Am Your Fallen Angel
I know you're wanting to redo the alignment part of your profile help, but I had a quick question. I can make the sections move right to left, but how can I make them move up or down? I made a deisgn on paper, and all I need to do is move a few things up. Any tips on how?

((sorry if this was asked before >.< didn't want to read through all 201 pages...))


For example:

#profile { background: transparent;
position: absolute;
top: 290px;
left: 0px; }


the top determines rather it'll move up or down. The bigger the number, the lower it'll go.

I hope that helped. :3
ah! I was trying that with relative razz

can I still use the width with that?

Yes, it should still work. If not, just use absolute. xD
I tried it and it worked =3, ty
 
     
 
I Am Your Fallen Angel
Akahime_chan
I Am Your Fallen Angel
Akahime_chan
I Am Your Fallen Angel
I know you're wanting to redo the alignment part of your profile help, but I had a quick question. I can make the sections move right to left, but how can I make them move up or down? I made a deisgn on paper, and all I need to do is move a few things up. Any tips on how?

((sorry if this was asked before >.< didn't want to read through all 201 pages...))


For example:

#profile { background: transparent;
position: absolute;
top: 290px;
left: 0px; }


the top determines rather it'll move up or down. The bigger the number, the lower it'll go.

I hope that helped. :3
ah! I was trying that with relative razz

can I still use the width with that?

Yes, it should still work. If not, just use absolute. xD
I tried it and it worked =3, ty

You're welcomed. :3
     
No Free Art Requests via PM. SERIOUSLY. D= Me do not like.

Art OBVIOUSLY by me. akahime-chan.
Arg...such a pain to move everything XD.
 
     
Comment My Profile?
I Am Your Fallen Angel

Quick Reply

Enter both words below, separated by a space:

Can't read the text? Click here

Submit

We will be phasing out support for your browser soon.

Please upgrade to one of these more modern browsers.