Welcome to Gaia! ::

Did you find this helpful?

Yes 0.44603940256872 44.6% [ 7675 ]
No 0.04201778346022 4.2% [ 723 ]
Sort of... 0.14959028302435 15.0% [ 2574 ]
I'm so confuuuuused T_T 0.36235253094671 36.2% [ 6235 ]
Total Votes:[ 17207 ]
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 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?
wow...now im gonna go and make my own profile! xd
Raptor Alpha's avatar
  • 250
  • 100
  • 200
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 Am Your Fallen Angel's avatar
  • 250
  • 200
  • 300
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
I Am Your Fallen Angel's avatar
  • 250
  • 200
  • 300
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
I Am Your Fallen Angel's avatar
  • 250
  • 200
  • 300
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
I Am Your Fallen Angel's avatar
  • 250
  • 200
  • 300
Arg...such a pain to move everything XD.

Quick Reply

Submit
Manage Your Items
Other Stuff
Get Items
Get Gaia Cash
Where Everyone Hangs Out
Other Community Areas
Virtual Spaces
Fun Stuff