I cannot find a way to apply css cross borwser opacity! What is good in IE7, don\'t go in IE8! and viceversa... thank you d
opacity: 0.5; filter:alpha(opacity=50);
try this
Here is a tutorial that makes it work in MSIE browsers, if you follow it correctly.
http://www.quirksmode.org/css/opacity.html