Help - Search - Members - Calendar
Full Version: Transparent thingys
Forums > Resource Center > Graphics Help > Graphics Help Resolved Topics
Kj_<3_Ingy
Ok on some peoples xangas they have a backround image like a car or soemthing, and they have their text in like transparent boxes so that you can still see the image but you can have a one of the backround colors as your text colors. Am I making any sense???

Here I found an example... here's a screen shot


Is there a way I can do that on my actual website not my xanga?? And if there is how?
Fireshrieker
I believe what you are referring to are called boxed xangas with opacity codes.
Now, as for using it on your website, I really don't have a clue. (i've never known any other css than xanga)
pink_luva
CODE
<!-- begin code provided by createblog.com -->
<STYLE>
/*
transparent blog
*/

.blogbody, {


/* opacity maximum 100 */
filter: alpha(style=0,opacity=60);
}
</STYLE>
<!-- end code provided by createblog.com -->
<!-- begin code provided by createblog.com -->
<style type="text/css">
/*
Blog Background Color
*/

.blogbody {background-color: #000000;};
</style>
<!-- end code provided by createblog.com -->


this is da code..er..codes i use for that transparency thingy...to put it on ur site.....idk......if u kno what ur doing mayb u could manipulate it...
mai_z
css works on most pages too, so it should work on your site, just put the coding in a table or smth
xtremeliquid
Yeah I think they just lowered the opacity.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.