I am trying to set the transparency of a table background color. But when i writes this code in css it shows me error "Validation (CSS2.1): filter is not a known property name" and same error for opacity.
Why so ?
.semiTransparent { filter: alpha(opacity = 50); opacity: 0.5; }