Entry tags:
(no subject)
Ok LJ style gurus, I need help. How do you make the background color of your posts transparent? I'm using a stylesheet system for my settings, so any div tags won't work. I need a line of code that will work in the css. Anyone?
no subject
look through the memory section for the category 'transparency'
no subject
no subject
no subject
#transbox {
filter:alpha(opacity=50);
-moz-opacity:0.5;
opacity: 0.5;
}
Make sure you use all three because each broswer does it a little differently.
no subject
no subject
no subject
no subject
no subject
no subject