View Full Version : Background Transparent Help!


acecplmode
11-02-2004, 10:58 PM
Here is My Code I'm Using, But I Just Want It To Be Transparent. Can Anyone Add The Transparent Code In This For Me I would appriciate it much.

<style type="text/css"> body { background-image: url(http://home.comcast.net/~maribel.rios/50.jpg); background-repeat: }</style>

Here Is My My Space (http://profiles.myspace.com/users/7936663) Link, just take a look at it and you will see that the middle section of it is just regular and only the sides have the picture. thanks for the help!

MaGiCSuN
11-04-2004, 10:00 PM
i don't think you can, unless it's a table (the white part) you can take out the bgcolor="#COLOR" tag and it will be transparent.

But try this anywayz:

<style type="text/css">
body { background-color: transparent; }
</style>

i'm pretty sure it won't work, because you can't 'allow transparency' somewhere (like you can with iframes).

Love,
Mirna

coneblue45
11-05-2004, 12:21 AM
<style>
input, select, textarea, .textfield, .button {
border: 1px dashed black;
font:normal 11px verdana;
background-color: white;
letter-spacing:0px;
color: #000000;
filter: alpha(opacity=40);
}
</style>

i found this, search forums on OPACITY and you really find alot! :D

Monkey Bizzle
11-05-2004, 03:16 AM
those filters only work in IE... and background-color: transparent only works in IE too.