Vajna Botond

Designer

CSS background opacity with rgba in IE 8

RGBA background in IE. does not work, but you can use a gradient filter, with the same start and end color as in the example below

background: rgba(255, 255, 255, 0.3); /* browsers */
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4cffffff', endColorstr='#4cffffff'); /* IE */