Page 1 of 1
layer opacity
Posted: Mon May 24, 2004 5:36 pm
by potato
Hi everybody,
somebody knows how you make a layer with opacity, so that you see the picture behind it a little bit.
Example:
http://www.sonydce.com
Posted: Mon May 24, 2004 5:59 pm
by feyd
setting opacity requires absolute position, and a few specific settings for IE and Mozilla, Safari or something is supposed to support it too.. of course each of them supports it through their own naming and crap.. weee.
Posted: Wed Jun 02, 2004 9:56 pm
by Guilherme Blanco
Set the DIV absolutely or relatively positioned and add the alpha code.
filter: alpha(opacity=XX); -moz-opacity: 0.XX;
Regards,
Posted: Thu Jun 03, 2004 2:46 am
by malcolmboston
feyd wrote:setting opacity requires absolute position, and a few specific settings for IE and Mozilla, Safari or something is supposed to support it too.. of course each of them supports it through their own naming and crap.. weee.
i agree with this, getting it to work in mozilla and IE is opssible but a real pain (with slight discripencies) however it can be done.
Also just thought id add, Opera doesnt support this