View Full Version : see-through bg?


Grace_Adler
03-29-2005, 02:05 AM
I was wondering what code is needed to have my entries be blue but still look transparent. Like this persons: http://www.xanga.com/home.aspx?user=TheLondonBrand (http://) only instead of the color she has I want it blue. If anyone can help me with this I would really appreciate it. Thank You!

-Minerva

tokyo bleu
03-29-2005, 02:26 AM
<style>
table.blogbody {
background-color: #000000;
filter: alpha(style=0,opacity=60);}
</style>

Replace #000000 with your own desired colour.

Grace_Adler
03-29-2005, 02:42 AM
Thank you so much!