View Full Version : How do you make div layers opaque?


aerith86
05-11-2004, 12:32 AM
I was wondering, can I make my div layers semi-opaque, and how would I go about doing that?

I have a pattern background, and the div layer is transparent. I'd just like to make a semi-opaque background for it, so that it does not blend in with the background.

Thanks in advance :)

salomeyasobko
05-11-2004, 12:50 AM
add style="filter: alpha(opacity=75)" to the DIV tag. edit the bold part to how opaque you want it to be. :)

aerith86
05-11-2004, 12:51 AM
Thank you!!